diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a518369f06e..2b15bb83bdb 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '44 0,2,4,8,14 * * *' + - cron: '8 0,2,4,8,14 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index 8181ea06c46..f4c5b5da131 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-06-10 02:45:07 -北京时间: 24-06-10 10:45:07 +UTC: 24-06-10 04:50:52 +北京时间: 24-06-10 12:50:52 current cron: -UTC时间: '21 0,2,4,8,14 * * *' -北京时间: '21 8,10,12,16,22 * * *' -next cron: UTC时间: '44 0,2,4,8,14 * * *' 北京时间: '44 8,10,12,16,22 * * *' -next exec time: UTC(4:44) 北京时间(12:44) +next cron: +UTC时间: '8 0,2,4,8,14 * * *' +北京时间: '8 8,10,12,16,22 * * *' +next exec time: UTC(8:8) 北京时间(16:8)