Skip to content

Commit 36d1292

Browse files
committed
sync-mailing-list-mirror: use more elegant cron definition
Rather than hard-coding the exact minutes at which the workflow should run, just specify that it should run every five minutes, and leave it to GitHub to figure out the specifics. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c682136 commit 36d1292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sync-mailing-list-mirror
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
6+
- cron: "*/5 * * * *"
77

88
env:
99
LORE_EPOCH: 1 # also adjust SOURCE_REPOSITORY

0 commit comments

Comments
 (0)