Merge pull request #869 from pypa/henryiii-patch-2
ci: cancel runs on new pushes
This commit is contained in:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user