From 0e38ed7112a2d10f9dc4acc612db5f542a258bfc Mon Sep 17 00:00:00 2001 From: Tunglies Date: Sun, 23 Mar 2025 23:04:40 +0800 Subject: [PATCH] chore: alpha update cron --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 0b773e79..f24cfc69 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -3,8 +3,8 @@ name: Alpha Build on: workflow_dispatch: schedule: - # UTC+8 00:00 (UTC 16:00 previous day) and UTC+8 12:00 (UTC 04:00) - - cron: "0 16,4 * * *" + # UTC+8 0,6,12,18 + - cron: "0 16,22,4,10 * * *" permissions: write-all env: CARGO_INCREMENTAL: 0