Commit 931f6644 by Henry Schreiner Committed by GitHub

ci: cancel in-progress on repeated pushes (#3370)

parent 56b49c2b
...@@ -9,6 +9,10 @@ on: ...@@ -9,6 +9,10 @@ on:
- stable - stable
- v* - v*
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
# This is the "main" test suite, which tests a large number of different # This is the "main" test suite, which tests a large number of different
# versions of default compilers and Python versions in GitHub Actions. # versions of default compilers and Python versions in GitHub Actions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment