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 0440c74 commit 97de4beCopy full SHA for 97de4be
.github/workflows/check-links.yml
@@ -1,9 +1,9 @@
1
name: Check Links
2
3
on:
4
- # Run monday mornings
+ # Run M/W/F mornings
5
schedule:
6
- - cron: '0 10 * * MON'
+ - cron: '0 10 * * 1,3,5'
7
workflow_dispatch:
8
jobs:
9
check-links:
0 commit comments