We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa06a37 commit 3c2b8b0Copy full SHA for 3c2b8b0
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ permissions:
30
defaults:
31
run:
32
shell: bash
33
+concurrency:
34
+ group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
35
+ cancel-in-progress: true
36
jobs:
37
pr:
38
permissions:
src/ci/github-actions/ci.yml
@@ -305,6 +305,10 @@ defaults:
305
# shell is PowerShell.)
306
307
308
309
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
310
311
+
312
313
314
0 commit comments