From 47aa5bd166af7e2c3049ff3d4c52a2d97cc6879e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=8C=E8=A8=80?= <59258821+xiyan-323@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:07:42 +0800 Subject: [PATCH] Change cron time to 02:30 for Auto workflow Updated cron schedule for the Auto workflow. --- .github/workflows/auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index f647ab5..c50c98b 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -2,7 +2,7 @@ name: Auto on: schedule: - - cron: "30 22 * * *" # 北京时间上午06:30 + - cron: "30 02 * * *" # 北京时间上午06:30 workflow_dispatch: env: @@ -30,4 +30,4 @@ jobs: - name: Run Project run: | yarn - yarn workflowDify \ No newline at end of file + yarn workflowDify