From caba1b932aa8e4d7446911b70238181230099bab Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 21 Nov 2025 11:55:18 +0000 Subject: [PATCH 1/2] run script on the 26th --- .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 86cc0ed..f5bc9e7 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 26 * *' # 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 29 * *' # On the 29th of every month at 07:00 UTC workflow_dispatch: From e24900de35cf38ac15f90f199650ce97e7593dd1 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 21 Nov 2025 11:56:52 +0000 Subject: [PATCH 2/2] run script on the 26th --- .github/workflows/months_end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/months_end.yml b/.github/workflows/months_end.yml index f5bc9e7..fdf6ed9 100644 --- a/.github/workflows/months_end.yml +++ b/.github/workflows/months_end.yml @@ -4,7 +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 26 * *' # 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 29 * *' # On the 29th of every month at 07:00 UTC workflow_dispatch: