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