From b47da7e15c2ba7b41e5190ee8b82da240f305cef Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Tue, 21 Oct 2025 10:03:13 +0100 Subject: [PATCH] Schedule weekly CI runs --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f84806..206e861 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: branches: [ master, '0.[0-9]+' ] pull_request: branches: [ master, '0.[0-9]+' ] + schedule: + - cron: '0 0 * * SUN' permissions: contents: read # to fetch code (actions/checkout)