Skip to content

Commit 5e7e966

Browse files
committed
build: cancel verification wf run if another is started on same pr/branch
1 parent 897db29 commit 5e7e966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verification.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- reopened
1616

1717
workflow_dispatch:
18+
19+
concurrency:
20+
group: verification-${{ github.ref }}-1
21+
cancel-in-progress: true
1822

1923
jobs:
2024
verify-bunit:

0 commit comments

Comments
 (0)