From 1df03a0200092e748e288385a09c883efabdf196 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Dec 2024 02:46:01 +0000 Subject: [PATCH] [2024-12-22 10:46:01] 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 198e1a5d731..b85c388e8fa 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -2,7 +2,7 @@ name: 刷步数 on: schedule: - - cron: '48 1,4,7,10,12,14,23 * * *' + - cron: '53 1,4,7,10,12,14,23 * * *' workflow_dispatch: jobs: diff --git a/cron_change_time b/cron_change_time index c469d72da35..99385c9b193 100644 --- a/cron_change_time +++ b/cron_change_time @@ -1,11 +1,11 @@ trigger by: workflow_run current system time: -UTC: 24-12-21 23:56:33 -北京时间: 24-12-22 07:56:33 +UTC: 24-12-22 02:46:01 +北京时间: 24-12-22 10:46:01 current cron: -UTC时间: '54 1,4,7,10,12,14,23 * * *' -北京时间: '54 9,12,15,18,20,22,7 * * *' -next cron: UTC时间: '48 1,4,7,10,12,14,23 * * *' 北京时间: '48 9,12,15,18,20,22,7 * * *' -next exec time: UTC(1:48) 北京时间(9:48) +next cron: +UTC时间: '53 1,4,7,10,12,14,23 * * *' +北京时间: '53 9,12,15,18,20,22,7 * * *' +next exec time: UTC(4:53) 北京时间(12:53)