From 50473fa905bd7767e41300c9cd3eef76acade81f Mon Sep 17 00:00:00 2001 From: METO Date: Tue, 7 Jan 2025 17:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=9A=E6=9C=9F=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E6=AF=8F=E5=B0=8F=E6=97=B6=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28c090c0..3a370f18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: build on: workflow_dispatch: schedule: - - cron: "0 3 * * *" + - cron: "2 * * * *" jobs: build: runs-on: ubuntu-latest