Skip to content

Commit 3a3951d

Browse files
committed
Change time of links check action
Some links checks intermittently fail - try a different time of day.
1 parent f733259 commit 3a3951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Links
33
on:
44
push:
55
schedule:
6-
- cron: "15 03 * * *"
6+
- cron: "15 15 * * *"
77

88
jobs:
99
linkChecker:

0 commit comments

Comments
 (0)