Skip to content

Commit

Permalink
ci: cancel in-progress on repeated pushes (#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 18, 2021
1 parent 56b49c2 commit 931f664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- stable
- v*

concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true

jobs:
# This is the "main" test suite, which tests a large number of different
# versions of default compilers and Python versions in GitHub Actions.
Expand Down

0 comments on commit 931f664

Please sign in to comment.