Skip to content

Commit 3ca3543

Browse files
committed
Update template for cron format and time
1 parent aaa9522 commit 3ca3543

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

workflow-templates/CheckMarkdownLinks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ name: Check Markdown Links
1111
on:
1212
push:
1313
schedule:
14-
# Modify the cron time to a somewhat random day/time to avoid having all your repos running at the same time
15-
# Run 4th day of every month at 4:37 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
16-
- cron: "37 4 4 * *"
14+
# Run monthly
15+
# GitHub actions uses UTC for time zone
16+
# crontab format: minute hour day-of-month month day-of-week
17+
- cron: "1 5 4 * *"
1718
workflow_dispatch:
1819
inputs:
1920
message:

0 commit comments

Comments
 (0)