From 13abb36b9c8d91ef92617f5fce93329fd2667efd Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:46:42 +0100 Subject: [PATCH] Run only twice a week --- .github/workflows/download_data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/download_data.yml b/.github/workflows/download_data.yml index 3ffa2f8..6b4a8b3 100644 --- a/.github/workflows/download_data.yml +++ b/.github/workflows/download_data.yml @@ -11,8 +11,8 @@ on: - ready_for_review schedule: - # Run every day at 6:00 UTC - - cron: "0 6 * * *" + # Runs at 05:30 UTC, only on Monday and Wednesday + - cron: "30 5 * * MON,WED" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: