Merge pull request #869 from pypa/henryiii-patch-2

ci: cancel runs on new pushes
This commit is contained in:
Joe Rickerby
2021-10-13 09:00:49 +01:00
committed by GitHub
+4
View File
@@ -10,6 +10,10 @@ on:
workflow_dispatch:
# allow manual runs on branches without a PR
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
name: Pre-commit checks (mypy, flake8, etc.)