From 0f02b8e111a470e880ec920f1c31f278e1065512 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 12 Aug 2025 10:18:30 +1000 Subject: [PATCH] MAINT: update linkchecker to run weekly --- .github/workflows/linkcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: