Skip to content

Commit 19778b0

Browse files
committed
Add workflow concurrency settings
1 parent c571103 commit 19778b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-specrefs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Check Spec References
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5+
cancel-in-progress: true
6+
27
on:
38
push:
49
branches: [unstable, stable]

0 commit comments

Comments
 (0)