We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a15f1 commit 1df4cfbCopy full SHA for 1df4cfb
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
9
pull_request:
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
+ cancel-in-progress: true
14
+
15
permissions:
16
contents: read
17
0 commit comments