Skip to content

Commit

Permalink
[2024-06-20 09:44:09] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 20, 2024
1 parent d004838 commit 9e55a04
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: '39 0,2,4,8,14 * * *'
- cron: '52 0,2,4,8,14 * * *'
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: 24-06-19 14:49:50
北京时间: 24-06-19 22:49:50
UTC: 24-06-20 01:44:09
北京时间: 24-06-20 09:44:09
current cron:
UTC时间: '39 0,2,4,8,14 * * *'
北京时间: '39 8,10,12,16,22 * * *'
next cron:
UTC时间: '39 0,2,4,8,14 * * *'
北京时间: '39 8,10,12,16,22 * * *'
next exec time: UTC(0:39) 北京时间(8:39)
UTC时间: '52 0,2,4,8,14 * * *'
北京时间: '52 8,10,12,16,22 * * *'
next exec time: UTC(2:52) 北京时间(10:52)

0 comments on commit 9e55a04

Please sign in to comment.