We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e095dd2 commit 3987436Copy full SHA for 3987436
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
# 使用cron表达式定义任务运行的时间
6
# github使用utc时间
7
- - cron: '3 2 * * *' #波兰凌晨3点3分
+ - cron: '3 22 * * *' #北京时间6点
8
workflow_dispatch:
9
10
jobs:
0 commit comments