Skip to content

Commit

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

0 comments on commit 5dc8c66

Please sign in to comment.