From 08d55549f3c01d7d41de989e4342e42f73f6e6f3 Mon Sep 17 00:00:00 2001 From: Renato Alcara Date: Tue, 17 Feb 2026 11:01:06 -0300 Subject: [PATCH] Change update schedule time to 09:00 UTC --- .github/workflows/update-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 6e1454a2..bfa1bb40 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -2,8 +2,8 @@ name: Update WhatsApp Version on: schedule: - # Run daily at 06:00 UTC (when WhatsApp typically deploys updates) - - cron: '0 6 * * *' + # Run daily at 09:00 UTC (optimized timing after WhatsApp deploys) + - cron: '0 9 * * *' workflow_dispatch: inputs: force: @@ -146,7 +146,7 @@ jobs: **Single source of truth:** - \`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 PR_BODY="$PR_BODY