Skip to content

Commit

Permalink
[2024-09-17 10:42:23] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 17, 2024
1 parent 2733d25 commit e100e5d
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: '29 2 * * *'
- cron: '48 2 * * *'
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-09-16 03:09:01
北京时间: 24-09-16 11:09:01
UTC: 24-09-17 02:42:23
北京时间: 24-09-17 10:42:23
current cron:
UTC时间: '29 2 * * *'
北京时间: '29 10 * * *'
next cron:
UTC时间: '29 2 * * *'
北京时间: '29 10 * * *'
next exec time: UTC(2:29) 北京时间(10:29)
UTC时间: '48 2 * * *'
北京时间: '48 10 * * *'
next exec time: UTC(2:48) 北京时间(10:48)

0 comments on commit e100e5d

Please sign in to comment.