Skip to content

Commit

Permalink
update_manifests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Sep 20, 2024
1 parent 1c219df commit 3d4ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
update_manifests:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
needs: [build_api, build_sse, build_logarea]
needs: [build_api, build_sse, build_logarea, build_iut]
steps:
- uses: actions/checkout@v3
- name: Update manifests
Expand Down

0 comments on commit 3d4ffb7

Please sign in to comment.