ci: cancel runs on new pushes
[skip ci]
This commit is contained in:
@@ -10,6 +10,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# allow manual runs on branches without a PR
|
# allow manual runs on branches without a PR
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: test-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
name: Pre-commit checks (mypy, flake8, etc.)
|
name: Pre-commit checks (mypy, flake8, etc.)
|
||||||
|
|||||||
Reference in New Issue
Block a user