Skip to content

Commit bc524d6

Browse files
authored
ci: use GHA concurrency group (#370)
1 parent c3357ae commit bc524d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
pull_request:
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9+
cancel-in-progress: true
10+
711
jobs:
812
pre-commit:
913
name: Pre-commit checks (Black, Flake8, MyPy, ...)

0 commit comments

Comments
 (0)