2 parents a59b7ba + c7038cd commit c5f4736Copy full SHA for c5f4736
1 file changed
.github/workflows/nightly.yml
@@ -8,8 +8,11 @@ on:
8
permissions:
9
contents: write
10
11
+# Per-ref: a newer run on the same branch supersedes the older one, but nightly
12
+# runs on different branches don't fight over one global slot (a static group
13
+# cancelled whichever started second — see two manual dispatches racing).
14
concurrency:
- group: nightly
15
+ group: nightly-${{ github.ref }}
16
cancel-in-progress: true
17
18
jobs:
0 commit comments