Skip to content

Commit 1e7e804

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

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: "30 15 * * *" # Runs every Monday at 09:00 AM
4+
- cron: "0 9 * * 1" # Runs every Monday at 09:00 AM
55
jobs:
66
linkcheck:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)