We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675ea2 commit 5465d59Copy full SHA for 5465d59
1 file changed
.github/workflows/cert-check.yml
@@ -2,7 +2,7 @@ name: SSL 证书检查
2
3
on:
4
schedule:
5
- - cron: '48 1 * * *' # 每天上午9:48点运行
+ - cron: '14 0 * * *' # 每天上午8:14点运行
6
workflow_dispatch: # 允许手动触发
7
8
jobs:
0 commit comments