Skip to content

Commit

Permalink
[2024-06-17 10:57:26] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 17, 2024
1 parent 99f925c commit 82b8137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: '42 2 * * *'
- cron: '36 2 * * *'
workflow_dispatch:

jobs:
Expand Down
14 changes: 7 additions & 7 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-16 02:16:39
北京时间: 24-06-16 10:16:39
UTC: 24-06-17 02:57:26
北京时间: 24-06-17 10:57:26
current cron:
UTC时间: '7 1 * * *'
北京时间: '7 9 * * *'
UTC时间: '42 2 * * *'
北京时间: '42 10 * * *'
next cron:
UTC时间: '42 1 * * *'
北京时间: '42 9 * * *'
next exec time: UTC(1:42) 北京时间(9:42)
UTC时间: '36 2 * * *'
北京时间: '36 10 * * *'
next exec time: UTC(2:36) 北京时间(10:36)

0 comments on commit 82b8137

Please sign in to comment.