From 927f05698794b9035c456fce886fa7fba7603f40 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 4 Mar 2026 21:56:08 +0100 Subject: [PATCH] workflows/upate: Run only twice a week instead of thrice --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0cafcba..2889f3e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: "Update" on: schedule: - - cron: "0 4 * * 1,3,6" # Mon, Wed, Sat at 04:00 UTC + - cron: "0 4 * * 2,5" # Tue, Fri at 04:00 UTC workflow_dispatch: jobs: update: