From 23d2629801aa4aaf945e85dbbd5038a10e67e2d3 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 29 Mar 2026 20:43:59 +0200 Subject: [PATCH] [CI] Run pytest workflows once per week (#280) --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f10d816d..dd6094f0 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: '0 4 1 * *' + - cron: '0 4 * * 0' jobs: pytest: