Skip to content

Commit

Permalink
[2024-12-30 10:57:38] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 30, 2024
1 parent a20c5a6 commit 617cb66
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: '12 2 * * *'
- cron: '49 3 * * *'
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-12-29 03:01:03
北京时间: 24-12-29 11:01:03
UTC: 24-12-30 02:57:38
北京时间: 24-12-30 10:57:38
current cron:
UTC时间: '12 2 * * *'
北京时间: '12 10 * * *'
next cron:
UTC时间: '12 2 * * *'
北京时间: '12 10 * * *'
next exec time: UTC(2:12) 北京时间(10:12)
UTC时间: '49 3 * * *'
北京时间: '49 11 * * *'
next exec time: UTC(3:49) 北京时间(11:49)

0 comments on commit 617cb66

Please sign in to comment.