We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2332728 commit e6b8192Copy full SHA for e6b8192
1 file changed
.github/workflows/ci_test_scheduler.yml
@@ -2,7 +2,7 @@ name: Scheduled CI Parent Pipeline
2
3
on:
4
schedule:
5
- - cron: "45 15 * * *" # 每天 UTC 02:00
+ - cron: "50 7 * * *" # 每天 UTC 02:00
6
7
jobs:
8
prepare:
0 commit comments