Skip to content

Commit

Permalink
Don't run treq-required when cancelled
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Roiban <adiroiban@gmail.com>
  • Loading branch information
twm and adiroiban committed Nov 4, 2023
1 parent 0ff9c2b commit 523d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -148,7 +148,7 @@ jobs:
treq-required:
runs-on: ubuntu-latest
timeout-minutes: 10
if: always()
if: ${{ !cancelled() }}
# Add here the jobs that should block the merge of a PR.
needs:
- lint
Expand Down

0 comments on commit 523d6da

Please sign in to comment.