We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b8192 commit 11c02f9Copy full SHA for 11c02f9
3 files changed
.ci
.github/workflows/ci_test.yml.bak.1 .github/workflows/ci_test.yml.github/workflows/ci_test.yml.bak.1 renamed to .github/workflows/ci_test.yml
.github/workflows/ci_test_scheduler.yml
@@ -2,7 +2,7 @@ name: Scheduled CI Parent Pipeline
2
3
on:
4
schedule:
5
- - cron: "50 7 * * *" # 每天 UTC 02:00
+ - cron: "50 7 * * *" # 每天 UTC 7:50,对应北京时间15:50
6
7
jobs:
8
prepare:
0 commit comments