From 1e8760de53be0a979731e60c90347c5614e6aa3a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 28 Sep 2024 03:28:23 +0000 Subject: [PATCH] [2024-09-28 11:28:23] 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 1c5df99fd49..27048d7c6cd 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '8 3 * * *' + - cron: '31 2 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index 536087c5b66..e251bffe81c 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-09-28 02:53:59 -北京时间: 24-09-28 10:53:59 +UTC: 24-09-28 03:28:23 +北京时间: 24-09-28 11:28:23 current cron: -UTC时间: '12 2 * * *' -北京时间: '12 10 * * *' -next cron: UTC时间: '8 3 * * *' 北京时间: '8 11 * * *' -next exec time: UTC(3:8) 北京时间(11:8) +next cron: +UTC时间: '31 2 * * *' +北京时间: '31 10 * * *' +next exec time: UTC(2:31) 北京时间(10:31)