From 17a188ed8c5ee8ff5282679b5bdebc958fd0e927 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 5 Aug 2025 09:34:32 +1000 Subject: [PATCH 1/2] MAINT: run linkchecker weekly --- .github/workflows/linkcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index cada059f3..c5e46a81d 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -1,8 +1,8 @@ name: Link Checker [Anaconda, Linux] on: schedule: - # UTC 23:00 is early morning in Australia (9am) - - cron: '0 23 * * *' + # UTC 23:00 is early morning in Australia (9am) -- runs weekly on Sunday + - cron: '0 23 * * 0 workflow_dispatch: jobs: link-checking: From 4e4144ff061f790c4077405cec50071e709f3a64 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 5 Aug 2025 09:35:28 +1000 Subject: [PATCH 2/2] fix typo --- .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 c5e46a81d..09de4506b 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) -- runs weekly on Sunday - - cron: '0 23 * * 0 + - cron: '0 23 * * 0' workflow_dispatch: jobs: link-checking: