Skip to content

Commit eca1e3c

Browse files
committed
sync-git-mailing-list-mirror: fix concurrency setting
It used an incorrect syntax... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3cc2ce2 commit eca1e3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-git-mailing-list-mirror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
env:
99
LORE_EPOCH: 1
1010

11-
concurrency: sync
11+
concurrency:
12+
group: sync-git-mailing-list-mirror
13+
cancel-in-progress: true
1214

1315
jobs:
1416
sync-git-mailing-list-mirror:

0 commit comments

Comments
 (0)