Skip to content

Commit 9381287

Browse files
committed
Run at most one workflow at a time
1 parent 0fe76a7 commit 9381287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
# Daily at 23:17
66
- cron: "17 23 * * *"
7+
concurrency:
8+
group: nightly-package-sync
79
env:
810
ANSIBLE_FORCE_COLOR: true
911
jobs:

0 commit comments

Comments
 (0)