Skip to content

Commit 3f387c8

Browse files
committed
fix(gen): update schedule for linkcheck
1 parent 1e7e804 commit 3f387c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check links on schedule
22
on:
33
schedule:
4-
- cron: "0 9 * * 1" # Runs every Monday at 09:00 AM
4+
- cron: "59 23 * * 0" # Runs every Sunday at 23:59 PM
55
jobs:
66
linkcheck:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)