From f93a6e7e304b8cbb0c148abcf1cbbee69ee6f9ba Mon Sep 17 00:00:00 2001 From: hxsong1814 <127190156+hxsong1814@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:13:04 +0800 Subject: [PATCH 1/3] Update auto.yml --- .github/workflows/auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 10a2e6d9..9dae0dd1 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 23 * * *" # 北京时间上午06:30 workflow_dispatch: env: From c6e435b20b8381d0595d2c63cbcb77eb1bfed67e Mon Sep 17 00:00:00 2001 From: hxsong1814 <127190156+hxsong1814@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:21:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 9dae0dd1..f2a50220 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -2,7 +2,7 @@ name: Auto on: schedule: - - cron: "30 23 * * *" # 北京时间上午06:30 + - cron: "30 7,18 * * *" # 北京时间7:30 AM 和 6:30 PM 执行 workflow_dispatch: env: From 842b7939e7388906ee6eb8d99cb6771b41213004 Mon Sep 17 00:00:00 2001 From: hxsong1814 <127190156+hxsong1814@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:06:58 +0800 Subject: [PATCH 3/3] Update auto.yml --- .github/workflows/auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index f2a50220..ca283698 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -2,7 +2,7 @@ name: Auto on: schedule: - - cron: "30 7,18 * * *" # 北京时间7:30 AM 和 6:30 PM 执行 + - cron: "30 23,10 * * *" # 北京时间7:30 AM 和 6:30 PM 执行 workflow_dispatch: env: