Skip to content

Commit ef9bb72

Browse files
committed
sync: ensure that we aren't synchronizing in parallel
It would make no sense... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 067f44d commit ef9bb72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
env:
99
LORE_EPOCH: 1
1010

11+
concurrency: sync
12+
1113
jobs:
1214
repo-sync:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)