From d495814031f90c498a556d814e99f16d25e78fe4 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 3 Feb 2026 18:15:14 +0100 Subject: [PATCH] [CI] Run pytest workflows once per week --- .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 1889b290..63efd763 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: