Add per-branch concurrency to check workflow
This commit is contained in:
parent
1008c8a9fc
commit
767ec81205
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -1,5 +1,9 @@
|
||||||
name: Check PRs
|
name: Check PRs
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user