Skip to content

Commit a3993a1

Browse files
author
cronwong
committed
[2025-12-12 07:59:14] random cron trigger by workflow_run
1 parent 4383209 commit a3993a1

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

0 commit comments

Comments
 (0)