We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
concurrency
1 parent 3cc2ce2 commit eca1e3cCopy full SHA for eca1e3c
1 file changed
.github/workflows/sync-git-mailing-list-mirror.yml
@@ -8,7 +8,9 @@ on:
8
env:
9
LORE_EPOCH: 1
10
11
-concurrency: sync
+concurrency:
12
+ group: sync-git-mailing-list-mirror
13
+ cancel-in-progress: true
14
15
jobs:
16
sync-git-mailing-list-mirror:
0 commit comments