Skip to content

Commit aaa9522

Browse files
committed
Update cron time
1 parent 8ccb902 commit aaa9522

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/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:32 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
16-
- cron: "32 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 4 4 * *"
1718
workflow_dispatch:
1819
inputs:
1920
message:

0 commit comments

Comments
 (0)