Skip to content

Commit

Permalink
[2025-01-23 13:49:09] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 23, 2025
1 parent 86a0020 commit dbd75ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: '41 1,2,3,4,5,6 * * *'
- cron: '10 1,2,3,4,5,6 * * *'
workflow_dispatch:

jobs:
Expand Down
10 changes: 5 additions & 5 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-23 04:48:48
北京时间: 25-01-23 12:48:48
UTC: 25-01-23 05:49:08
北京时间: 25-01-23 13:49:08
current cron:
UTC时间: '41 1,2,3,4,5,6 * * *'
北京时间: '41 9,10,11,12,13,14 * * *'
next cron:
UTC时间: '41 1,2,3,4,5,6 * * *'
北京时间: '41 9,10,11,12,13,14 * * *'
next exec time: UTC(5:41) 北京时间(13:41)
UTC时间: '10 1,2,3,4,5,6 * * *'
北京时间: '10 9,10,11,12,13,14 * * *'
next exec time: UTC(6:10) 北京时间(14:10)

0 comments on commit dbd75ee

Please sign in to comment.