Skip to content

Commit

Permalink
Update integration_tests.yml
Browse files Browse the repository at this point in the history
- adding needs: check-source-changes
  • Loading branch information
carlkidcrypto committed Jun 14, 2024
1 parent 20ae697 commit 7db7bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
setup.py
setup.cfg
build-and-test:
build-and-integration-test:
runs-on: ${{ matrix.os }}
needs: check-source-changes
if: needs.check-source-changes.outputs.run_job == 'true'
strategy:
fail-fast: false
Expand Down

0 comments on commit 7db7bf5

Please sign in to comment.