From c2a7c971fec7ca21d01a22369f5f4c758cfa6c98 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 24 Sep 2025 16:02:40 +0100 Subject: [PATCH] run every 256th as well --- .github/workflows/months_end.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/months_end.yml b/.github/workflows/months_end.yml index fb82aa1..2ad9a55 100644 --- a/.github/workflows/months_end.yml +++ b/.github/workflows/months_end.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '0 7 * * 1' # Every Monday at 07:00 UTC - cron: '0 7 29 * *' # On the 29th of every month at 07:00 UTC + - cron: '0 7 26 * *' # On the 26th of every month at 07:00 UTC workflow_dispatch: jobs: