Skip to content

Commit

Permalink
[2025-01-29 11:57:47] 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 5dc8c66 commit c9fd2ae
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: '50 1,2,3,4,5,6 * * *'
- cron: '44 1,2,3,4,5,6 * * *'
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-29 03:01:27
北京时间: 25-01-29 11:01:27
UTC: 25-01-29 03:57:47
北京时间: 25-01-29 11:57:47
current cron:
UTC时间: '53 1,2,3,4,5,6 * * *'
北京时间: '53 9,10,11,12,13,14 * * *'
next cron:
UTC时间: '50 1,2,3,4,5,6 * * *'
北京时间: '50 9,10,11,12,13,14 * * *'
next exec time: UTC(3:50) 北京时间(11:50)
next cron:
UTC时间: '44 1,2,3,4,5,6 * * *'
北京时间: '44 9,10,11,12,13,14 * * *'
next exec time: UTC(4:44) 北京时间(12:44)

0 comments on commit c9fd2ae

Please sign in to comment.