Change update schedule time to 09:00 UTC
This commit is contained in:
@@ -2,8 +2,8 @@ name: Update WhatsApp Version
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run daily at 06:00 UTC (when WhatsApp typically deploys updates)
|
# Run daily at 09:00 UTC (optimized timing after WhatsApp deploys)
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 9 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
force:
|
force:
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
**Single source of truth:**
|
**Single source of truth:**
|
||||||
- \`src/Defaults/baileys-version.json\` (other files import from here)
|
- \`src/Defaults/baileys-version.json\` (other files import from here)
|
||||||
|
|
||||||
**Update frequency:** Daily at 06:00 UTC"
|
**Update frequency:** Daily at 09:00 UTC"
|
||||||
|
|
||||||
if [ "$FORCE" == "true" ]; then
|
if [ "$FORCE" == "true" ]; then
|
||||||
PR_BODY="$PR_BODY
|
PR_BODY="$PR_BODY
|
||||||
|
|||||||
Reference in New Issue
Block a user