From 47a74ff6f53f598c9d74d2522eb305de1512d773 Mon Sep 17 00:00:00 2001 From: Andrie Date: Thu, 11 Jun 2026 23:45:29 +0700 Subject: [PATCH] Update scheduled redeploy to 1:30 AM WIB --- .github/workflows/scheduled-redeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-redeploy.yml b/.github/workflows/scheduled-redeploy.yml index 6a1a94f..effa6e6 100644 --- a/.github/workflows/scheduled-redeploy.yml +++ b/.github/workflows/scheduled-redeploy.yml @@ -3,8 +3,8 @@ name: Scheduled Redeploy Trigger on: workflow_dispatch: schedule: - # Runs daily at 04:30 WIB (21:30 UTC). - - cron: "30 21 * * *" + # Runs daily at 01:30 WIB (18:30 UTC). + - cron: "30 18 * * *" permissions: contents: write