From 8cc1bf5b02beda991a9a96671e2a70f29b6aa774 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Thu, 17 Jul 2025 08:59:08 -0400 Subject: [PATCH] CI: Use schedule in Actions to run tests weekly, fix #292 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4ec21c..aef82b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: branches: - main pull_request: + schedule: + - cron: "0 0 * * 1" jobs: ci: