From bda30bfdf273cc1e4044b43e560a997b42ae2987 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Tue, 16 Jul 2024 04:18:58 +0800 Subject: [PATCH] [ci skip] Delay auto update stream to run after Gale updated --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 896342d1..5a911588 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,7 +3,7 @@ name: Automatically update Gale commit hash on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "0 1 * * *" jobs: build: