diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e337770ebd..09b4000562 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.