Update scheduled redeploy to 1:30 AM WIB

This commit is contained in:
Andrie
2026-06-11 23:45:29 +07:00
parent 9530c26b07
commit 47a74ff6f5
+2 -2
View File
@@ -3,8 +3,8 @@ name: Scheduled Redeploy Trigger
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Runs daily at 04:30 WIB (21:30 UTC). # Runs daily at 01:30 WIB (18:30 UTC).
- cron: "30 21 * * *" - cron: "30 18 * * *"
permissions: permissions:
contents: write contents: write