Skip to content

Commit

Permalink
[2024-09-13 13:34:07] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 13, 2024
1 parent b4826d0 commit ae706af
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: '19 18,19,20,21,22 * * *'
- cron: '28 18,19,20,21,22,23 * * *'
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-12 23:40:41
北京时间: 24-09-13 07:40:41
UTC: 24-09-13 05:34:07
北京时间: 24-09-13 13:34:07
current cron:
UTC时间: '36 18,19,20,21,23 * * *'
北京时间: '36 2,3,4,5,7 * * *'
next cron:
UTC时间: '19 18,19,20,21,22 * * *'
北京时间: '19 2,3,4,5,6 * * *'
next exec time: UTC(18:19) 北京时间(2:19)
next cron:
UTC时间: '28 18,19,20,21,22,23 * * *'
北京时间: '28 2,3,4,5,6,7 * * *'
next exec time: UTC(18:28) 北京时间(2:28)

0 comments on commit ae706af

Please sign in to comment.