Skip to content

Commit

Permalink
Update schedule for link checker action
Browse files Browse the repository at this point in the history
Now that we have verified that the link checker runs correctly, reschedule it to run on the 1st of each month
  • Loading branch information
mdlinville authored Feb 6, 2025
1 parent f2c4e16 commit de665ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "06 23 04 * *" # In UTC, currently 11:00 PM on the 4th of the month
- cron: "5 0 1 * *" # In UTC, currently 12:05 AM on the 1st of each month

jobs:
linkChecker:
Expand Down

0 comments on commit de665ac

Please sign in to comment.