From 4185a610b0205d64a8f51bcb133f27dab65e0d28 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 28 Aug 2025 11:23:55 +0000 Subject: [PATCH] added month end automation --- .github/workflows/months_end.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/months_end.yml b/.github/workflows/months_end.yml index 9185ecc..e316b3d 100644 --- a/.github/workflows/months_end.yml +++ b/.github/workflows/months_end.yml @@ -1,7 +1,7 @@ name: Months End on: - schedule: - # - cron: '0 17 * * 1-5' + # schedule: + # # - cron: '0 17 * * 1-5' push: branches: [main, feature/month_end_automation_of_all] workflow_dispatch: