Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2024-07-04 16:21:37] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
github-actions committed Jul 4, 2024
1 parent c9f49ed commit c23fb01
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
@@ -2,7 +2,7 @@ name: 刷步数

on:
schedule:
- cron: '4 0,2,4,8,14 * * *'
- cron: '41 0,2,4,8,14 * * *'
workflow_dispatch:

jobs:
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-07-04 04:19:21
北京时间: 24-07-04 12:19:21
UTC: 24-07-04 08:21:37
北京时间: 24-07-04 16:21:37
current cron:
UTC时间: '4 0,2,4,8,14 * * *'
北京时间: '4 8,10,12,16,22 * * *'
next cron:
UTC时间: '4 0,2,4,8,14 * * *'
北京时间: '4 8,10,12,16,22 * * *'
next exec time: UTC(8:4) 北京时间(16:4)
UTC时间: '41 0,2,4,8,14 * * *'
北京时间: '41 8,10,12,16,22 * * *'
next exec time: UTC(8:41) 北京时间(16:41)

0 comments on commit c23fb01

Please sign in to comment.