From c60099f355ee30a197e0654bf181dd42eecce69d Mon Sep 17 00:00:00 2001 From: akanksha Date: Fri, 19 Apr 2024 19:36:08 +0530 Subject: [PATCH] update --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6f35841..e4d00df 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,9 +2,9 @@ name: Run Scripts on: schedule: - # Run newday.py every day at 7:20 pm IST (1:50 pm UTC) + # Run newday.py every day. - cron: '08 14 * * *' - # Run update_BoW.py on the 1st of every month at 1:00 am IST (7:30 pm UTC, last minute of the month) + # Run update_BoW.py on the 1st of every month - cron: '0 19 1 * *' jobs: