From 2fa90ef29ef5e84b5ca0840e15a4dbd9f7ae5b91 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Wed, 16 Apr 2025 00:58:03 +0800 Subject: [PATCH] chore: temporary disable auto build --- .github/workflows/alpha.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 1a549a3b..537c000a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -2,9 +2,9 @@ name: Alpha Build on: workflow_dispatch: - schedule: - # UTC+8 0,6,12,18 - - cron: "0 16,22,4,10 * * *" + # schedule: + # UTC+8 0,6,12,18 + # - cron: "0 16,22,4,10 * * *" permissions: write-all env: CARGO_INCREMENTAL: 0