Skip to content

Commit

Permalink
ci: add missing needs for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Feb 21, 2025
1 parent 5baa38c commit b926ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label_extension }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
needs: precompile_static_models
needs: [precompile_static_models, build-and-push]
if: ${{ always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && needs.build-and-push.outputs.runs_on != 'ubuntu-latest' }}
runs-on:
group: ${{ needs.build-and-push.outputs.runs_on }}
Expand Down

0 comments on commit b926ee1

Please sign in to comment.