diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 9cadfde1..5cee4af4 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -2,7 +2,7 @@ name: Link Checker [Anaconda, Linux] on: schedule: # UTC 23:00 is early morning in Australia (9am) - - cron: '0 23 * * *' + - cron: '0 23 * * 1' workflow_dispatch: jobs: link-checking: