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