We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c571103 commit 19778b0Copy full SHA for 19778b0
.github/workflows/check-specrefs.yml
@@ -1,4 +1,9 @@
1
name: Check Spec References
2
+
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5
+ cancel-in-progress: true
6
7
on:
8
push:
9
branches: [unstable, stable]
0 commit comments