Change update schedule time to 09:00 UTC

This commit is contained in:
Renato Alcara
2026-02-17 11:01:06 -03:00
committed by GitHub
parent 2dd81db78b
commit 08d55549f3
+3 -3
View File
@@ -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