Skip to content

Commit 7e5a8a3

Browse files
committed
ci: prevent concurrent runs with concurrency group
1 parent 6dcf5ea commit 7e5a8a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: '0,30 * * * *'
66
workflow_dispatch:
77

8+
concurrency:
9+
group: cron-${{ github.ref }}
10+
cancel-in-progress: false
11+
812
permissions:
913
contents: write
1014

0 commit comments

Comments
 (0)