Skip to content

Commit f0ca922

Browse files
author
cronwong
committed
[2025-12-11 11:01:04] random cron trigger by workflow_run
1 parent 5d9b344 commit f0ca922

2 files changed

Lines changed: 6 additions & 6 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: '9 1,7,10,12,14,23 * * *'
5+
- cron: '44 1,7,10,12,14,23 * * *'
66
workflow_dispatch:
77

88
jobs:

cron_change_time

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
trigger by: workflow_run
22
current system time:
3-
UTC: 25-12-10 23:28:16
4-
北京时间: 25-12-11 07:28:16
3+
UTC: 25-12-11 03:01:04
4+
北京时间: 25-12-11 11:01:04
55
current cron:
66
UTC时间: '9 1,7,10,12,14,23 * * *'
77
北京时间: '9 9,15,18,20,22,7 * * *'
88
next cron:
9-
UTC时间: '9 1,7,10,12,14,23 * * *'
10-
北京时间: '9 9,15,18,20,22,7 * * *'
11-
next exec time: UTC(1:9) 北京时间(9:9)
9+
UTC时间: '44 1,7,10,12,14,23 * * *'
10+
北京时间: '44 9,15,18,20,22,7 * * *'
11+
next exec time: UTC(7:44) 北京时间(15:44)

0 commit comments

Comments
 (0)