fix: changed cron to wednesday

This commit is contained in:
Jannat Patel
2024-07-02 14:43:08 +05:30
parent eed16d9604
commit eeadd6910e

View File

@@ -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: