diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 2c74a521737..36b554805c3 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '53 2 * * *' + - cron: '40 2 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index 91c6f8d17b1..b1a85602616 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-06-26 03:18:55 -北京时间: 24-06-26 11:18:55 +UTC: 24-06-27 02:59:33 +北京时间: 24-06-27 10:59:33 current cron: -UTC时间: '58 2 * * *' -北京时间: '58 10 * * *' -next cron: UTC时间: '53 2 * * *' 北京时间: '53 10 * * *' -next exec time: UTC(2:53) 北京时间(10:53) +next cron: +UTC时间: '40 2 * * *' +北京时间: '40 10 * * *' +next exec time: UTC(2:40) 北京时间(10:40)