From 67ac353fd53166063dca45cc80a1a221775356ff Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:43:13 +0800 Subject: [PATCH] chore: update cron schedule for auto build workflow --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index f55ba54e..f35eda2f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -3,8 +3,8 @@ name: Auto Build on: workflow_dispatch: schedule: - # UTC+8 0,6,12,18 - - cron: "0 16,22,4,10 * * *" + # UTC+8 12:00, 18:00 -> UTC 4:00, 10:00 + - cron: "0 4,10 * * *" permissions: write-all env: TAG_NAME: autobuild