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 1ed3d4f commit 17a188eCopy full SHA for 17a188e
.github/workflows/linkcheck.yml
@@ -1,8 +1,8 @@
1
name: Link Checker [Anaconda, Linux]
2
on:
3
schedule:
4
- # UTC 23:00 is early morning in Australia (9am)
5
- - cron: '0 23 * * *'
+ # UTC 23:00 is early morning in Australia (9am) -- runs weekly on Sunday
+ - cron: '0 23 * * 0
6
workflow_dispatch:
7
jobs:
8
link-checking:
0 commit comments