Skip to content

Commit

Permalink
[2024-09-16 12:10:29] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 16, 2024
1 parent 03fb9de commit 44f58e0
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: '55 0,1,3,4 * * *'
- cron: '48 0,1,2,3 * * *'
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: 24-09-16 02:18:52
北京时间: 24-09-16 10:18:52
UTC: 24-09-16 04:10:29
北京时间: 24-09-16 12:10:29
current cron:
UTC时间: '57 0,1,2,3 * * *'
北京时间: '57 8,9,10,11 * * *'
next cron:
UTC时间: '55 0,1,3,4 * * *'
北京时间: '55 8,9,11,12 * * *'
next exec time: UTC(3:55) 北京时间(11:55)
next cron:
UTC时间: '48 0,1,2,3 * * *'
北京时间: '48 8,9,10,11 * * *'
next exec time: UTC(0:48) 北京时间(8:48)

0 comments on commit 44f58e0

Please sign in to comment.