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: