Skip to content

Commit

Permalink
fix(gen): update schedule for linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Dec 19, 2024
1 parent 9938fa8 commit 1e7e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-schedule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check links on schedule
on:
schedule:
- cron: "30 15 * * *" # Runs every Monday at 09:00 AM
- cron: "0 9 * * 1" # Runs every Monday at 09:00 AM
jobs:
linkcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e7e804

Please sign in to comment.