We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a49f4 commit 03ce33eCopy full SHA for 03ce33e
.github/workflows/link-check-schedule.yml
@@ -1,7 +1,7 @@
1
name: Check links on schedule
2
on:
3
schedule:
4
- - cron: "0 17 * * 0" # Runs every Monday at 09:00 AM
+ - cron: "30 15 * * *" # Runs every Monday at 09:00 AM
5
jobs:
6
linkcheck:
7
runs-on: ubuntu-latest
0 commit comments