Skip to content

Commit 17a188e

Browse files
committed
MAINT: run linkchecker weekly
1 parent 1ed3d4f commit 17a188e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Link Checker [Anaconda, Linux]
22
on:
33
schedule:
4-
# UTC 23:00 is early morning in Australia (9am)
5-
- cron: '0 23 * * *'
4+
# UTC 23:00 is early morning in Australia (9am) -- runs weekly on Sunday
5+
- cron: '0 23 * * 0
66
workflow_dispatch:
77
jobs:
88
link-checking:

0 commit comments

Comments
 (0)