1 parent adaabff commit 98df52eCopy full SHA for 98df52e
1 file changed
.github/workflows/check.yaml
@@ -7,6 +7,10 @@ on:
7
permissions:
8
contents: read
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress: true
13
+
14
defaults:
15
run:
16
shell: bash --noprofile --norc -euo pipefail {0}
0 commit comments