Skip to content

Commit

Permalink
Update cron time
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Mar 8, 2024
1 parent a5f2968 commit 2057ce0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CheckMarkdownLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ name: Check Markdown Links
on:
push:
schedule:
# Modify the cron time to a somewhat random day/time to avoid having all your repos running at the same time
# Run 4th day of every month at 4:41 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "37 4 4 * *"
# Run monthly
# GitHub actions uses UTC for time zone
# crontab format: minute hour day-of-month month day-of-week
- cron: "41 4 4 * *"
workflow_dispatch:
inputs:
message:
Expand Down

0 comments on commit 2057ce0

Please sign in to comment.