From f9922113a5c1ed2f210f25abd98b7f3d729a77b0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim <39764191+kimjunte@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:36:57 +0000 Subject: [PATCH] Update months_end.yml --- .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 850034e..4fd163b 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 23 * *' # On the 23th of every month at 07:00 UTC + - cron: '0 7 24 * *' # On the 25th of every month at 07:00 UTC - cron: '0 7 25 * *' # On the 25th of every month at 07:00 UTC - cron: '0 7 26 * *' # On the 26th of every month at 07:00 UTC - cron: '0 7 27 * *' # On the 26th of every month at 07:00 UTC