Skip to content

Commit 88faee0

Browse files
author
cronwong
committed
[2025-11-29 18:57:47] random cron trigger by workflow_run
1 parent 020df3e commit 88faee0

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: '53 1,7,10,12,14,23 * * *'
5+
- cron: '31 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: 25-11-29 10:29:06
4-
北京时间: 25-11-29 18:29:06
3+
UTC: 25-11-29 10:57:47
4+
北京时间: 25-11-29 18:57:47
55
current cron:
6-
UTC时间: '1 1,7,10,12,14,23 * * *'
7-
北京时间: '1 9,15,18,20,22,7 * * *'
8-
next cron:
96
UTC时间: '53 1,7,10,12,14,23 * * *'
107
北京时间: '53 9,15,18,20,22,7 * * *'
11-
next exec time: UTC(10:53) 北京时间(18:53)
8+
next cron:
9+
UTC时间: '31 1,7,10,12,14,23 * * *'
10+
北京时间: '31 9,15,18,20,22,7 * * *'
11+
next exec time: UTC(12:31) 北京时间(20:31)

0 commit comments

Comments
 (0)