Skip to content

Commit

Permalink
[2025-01-30 13:09:08] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 30, 2025
1 parent 8fdb155 commit 11dfd12
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 4,6,8,14,16 * * *'
- cron: '30 2,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-30 02:58:48
北京时间: 25-01-30 10:58:48
UTC: 25-01-30 05:09:08
北京时间: 25-01-30 13:09:08
current cron:
UTC时间: '48 2,4,6,8,14 * * *'
北京时间: '48 10,12,14,16,22 * * *'
next cron:
UTC时间: '53 4,6,8,14,16 * * *'
北京时间: '53 12,14,16,22,0 * * *'
next exec time: UTC(4:53) 北京时间(12:53)
next cron:
UTC时间: '30 2,4,6,8,14,16 * * *'
北京时间: '30 10,12,14,16,22,0 * * *'
next exec time: UTC(6:30) 北京时间(14:30)

0 comments on commit 11dfd12

Please sign in to comment.