Skip to content

Commit

Permalink
[2025-01-31 13:27:46] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 31, 2025
1 parent 3646445 commit c2bfd52
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: '6 1,2,3,4,5,6 * * *'
- cron: '29 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-31 04:30:38
北京时间: 25-01-31 12:30:38
UTC: 25-01-31 05:27:46
北京时间: 25-01-31 13:27:46
current cron:
UTC时间: '6 1,2,3,4,5,6 * * *'
北京时间: '6 9,10,11,12,13,14 * * *'
next cron:
UTC时间: '6 1,2,3,4,5,6 * * *'
北京时间: '6 9,10,11,12,13,14 * * *'
next exec time: UTC(5:6) 北京时间(13:6)
UTC时间: '29 1,2,3,4,5,6 * * *'
北京时间: '29 9,10,11,12,13,14 * * *'
next exec time: UTC(5:29) 北京时间(13:29)

0 comments on commit c2bfd52

Please sign in to comment.