We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc835a1 commit f291a91Copy full SHA for f291a91
.github/workflows/integration_tests.yaml
@@ -2,7 +2,7 @@ name: Run Integration Tests
2
on: push
3
jobs:
4
integration_tests:
5
- needs: setup_and_build_check
+ needs: build
6
runs-on: ubuntu-22.04
7
steps:
8
- uses: actions/checkout@v4
0 commit comments