From 8919248b5723fba80c3ede69afc3bc99cb7498e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Oct 2024 02:51:46 +0000 Subject: [PATCH] [2024-10-25 10:51:46] 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 ad856836491..1fdfa50c20c 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '2 2 * * *' + - cron: '14 3 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index e4e5ac6e9e5..1d29882f608 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-10-24 03:41:05 -北京时间: 24-10-24 11:41:05 +UTC: 24-10-25 02:51:46 +北京时间: 24-10-25 10:51:46 current cron: -UTC时间: '25 3 * * *' -北京时间: '25 11 * * *' -next cron: UTC时间: '2 2 * * *' 北京时间: '2 10 * * *' -next exec time: UTC(2:2) 北京时间(10:2) +next cron: +UTC时间: '14 3 * * *' +北京时间: '14 11 * * *' +next exec time: UTC(3:14) 北京时间(11:14)