Skip to content

Commit

Permalink
Don't make it wait
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 20, 2023
1 parent 1243191 commit b8ca803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
uses: ./.github/workflows/run_merge_tests.yml

run-integration-tests:
needs: run-merge-tests
needs: build-docker-containers
if: always()
uses: ./.github/workflows/self_hosted_integration_tests.yml

0 comments on commit b8ca803

Please sign in to comment.