Skip to content

Commit

Permalink
[2024-08-27 09:17:30] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 27, 2024
1 parent bf5a0c0 commit dcba55f
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: '31 0 * * *'
- cron: '6 0 * * *'
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_dispatch
trigger by: workflow_run
current system time:
UTC: 24-08-27 01:14:26
北京时间: 24-08-27 09:14:26
UTC: 24-08-27 01:17:30
北京时间: 24-08-27 09:17:30
current cron:
UTC时间: '47 0 * * *'
北京时间: '47 8 * * *'
next cron:
UTC时间: '31 0 * * *'
北京时间: '31 8 * * *'
next exec time: UTC(0:31) 北京时间(8:31)
next cron:
UTC时间: '6 0 * * *'
北京时间: '6 8 * * *'
next exec time: UTC(0:6) 北京时间(8:6)

0 comments on commit dcba55f

Please sign in to comment.