Skip to content

Commit

Permalink
Change time of links check action
Browse files Browse the repository at this point in the history
Some links checks intermittently fail - try a different time of day.
  • Loading branch information
caclark committed Dec 31, 2023
1 parent f733259 commit 3a3951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Links
on:
push:
schedule:
- cron: "15 03 * * *"
- cron: "15 15 * * *"

jobs:
linkChecker:
Expand Down

0 comments on commit 3a3951d

Please sign in to comment.