Skip to content

Commit

Permalink
[2025-01-29 10:55:43] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 29, 2025
1 parent e19ab7e commit ddf0c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 刷步数

on:
schedule:
- cron: '32 2,4,6,8,14 * * *'
- cron: '34 4,6,8,14,16 * * *'
workflow_dispatch:

jobs:
Expand Down
12 changes: 6 additions & 6 deletions cron_change_time
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
trigger by: workflow_run
current system time:
UTC: 25-01-28 16:31:16
北京时间: 25-01-29 00:31:16
UTC: 25-01-29 02:55:43
北京时间: 25-01-29 10:55:43
current cron:
UTC时间: '9 2,4,6,8,16 * * *'
北京时间: '9 10,12,14,16,0 * * *'
next cron:
UTC时间: '32 2,4,6,8,14 * * *'
北京时间: '32 10,12,14,16,22 * * *'
next exec time: UTC(2:32) 北京时间(10:32)
next cron:
UTC时间: '34 4,6,8,14,16 * * *'
北京时间: '34 12,14,16,22,0 * * *'
next exec time: UTC(4:34) 北京时间(12:34)

0 comments on commit ddf0c32

Please sign in to comment.