We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f908 commit e375213Copy full SHA for e375213
1 file changed
.github/workflows/check.yaml
@@ -1,5 +1,10 @@
1
name: check
2
on: pull_request
3
+
4
+concurrency:
5
+ group: check-${{ github.ref }}
6
+ cancel-in-progress: true
7
8
jobs:
9
prepare-env:
10
runs-on:
0 commit comments