From 086c69b20d7ec7450e434ba0dd15377ecd1c9288 Mon Sep 17 00:00:00 2001 From: Preocts Date: Sat, 11 Oct 2025 12:06:33 -0400 Subject: [PATCH] Run tests on a weekly schedule --- .github/workflows/python-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 96ef96a..758761e 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -12,6 +12,8 @@ on: push: branches: - "main" + schedule: + - cron: "27 0 * * 1" jobs: settings: