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

This commit is contained in:
Henry Schreiner 2021-10-17 21:40:10 -04:00 committed by GitHub
parent 56b49c2be2
commit 931f66440f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.