Skip to content

Commit 447e13b

Browse files
author
cronwong
committed
[2026-05-21 09:32:48] random cron trigger by workflow_run
1 parent b5cc9c1 commit 447e13b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 刷步数
22

33
on:
44
schedule:
5-
- cron: '32 1,7,10,12,14,23 * * *'
5+
- cron: '10 1,7,10,12,14,23 * * *'
66
workflow_dispatch:
77

88
jobs:

cron_change_time

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
trigger by: workflow_run
22
current system time:
3-
UTC: 26-05-20 15:00:10
4-
北京时间: 26-05-20 23:00:10
3+
UTC: 26-05-21 01:32:48
4+
北京时间: 26-05-21 09:32:48
55
current cron:
6-
UTC时间: '2 1,7,10,12,14,23 * * *'
7-
北京时间: '2 9,15,18,20,22,7 * * *'
8-
next cron:
96
UTC时间: '32 1,7,10,12,14,23 * * *'
107
北京时间: '32 9,15,18,20,22,7 * * *'
11-
next exec time: UTC(23:32) 北京时间(7:32)
8+
next cron:
9+
UTC时间: '10 1,7,10,12,14,23 * * *'
10+
北京时间: '10 9,15,18,20,22,7 * * *'
11+
next exec time: UTC(7:10) 北京时间(15:10)

0 commit comments

Comments
 (0)