Skip to content

Commit

Permalink
Update .github/workflows/run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Nov 8, 2024
1 parent 04a00d5 commit 6b33aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
make test_env.run_unit
- name: Run integration tests
if: ${{ always() && inputs.run_integration == true }}
if: ${{ !cancelled() && inputs.run_integration == true }}
run: |
make test_env.run_integration
## Don't upload on forks for now.
Expand Down

0 comments on commit 6b33aa4

Please sign in to comment.