From eeadd6910e769d711f6da54160d50dda6036e78f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 2 Jul 2024 14:43:08 +0530 Subject: [PATCH] fix: changed cron to wednesday --- .github/workflows/generate-pot-file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index a4763869..b3a13a06 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -1,8 +1,8 @@ name: Regenerate POT file (translatable strings) on: schedule: - # 9:30 UTC => 3 PM IST Sunday - - cron: "30 9 * * 0" + # Midnight Wednesday + - cron: "0 0 * * 3" workflow_dispatch: jobs: