From 8d1e41d8c1088a2523f37d7e4d63bd2ea8cb8c9a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Dec 2024 08:11:36 +0000 Subject: [PATCH] [2024-12-26 16:11:36] random cron trigger by workflow_run --- .github/workflows/run.yml | 2 +- cron_change_time | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 6b6952cbd29..0f974b11ce2 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '56 1,7,10,12,14,23 * * *' + - cron: '26 1,7,10,12,14,23 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index 69161632cd4..a806556fc0c 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-12-26 07:22:41 -北京时间: 24-12-26 15:22:41 +UTC: 24-12-26 08:11:36 +北京时间: 24-12-26 16:11:36 current cron: -UTC时间: '9 1,7,10,12,14,23 * * *' -北京时间: '9 9,15,18,20,22,7 * * *' -next cron: UTC时间: '56 1,7,10,12,14,23 * * *' 北京时间: '56 9,15,18,20,22,7 * * *' -next exec time: UTC(7:56) 北京时间(15:56) +next cron: +UTC时间: '26 1,7,10,12,14,23 * * *' +北京时间: '26 9,15,18,20,22,7 * * *' +next exec time: UTC(10:26) 北京时间(18:26)