修改定时任务cron
This commit is contained in:
parent
3e19150a48
commit
9921aea15a
|
@ -2,7 +2,7 @@ name: 公网服务发布
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '32 18 * * *' # 每天晚上19:15执行
|
- cron: '30 3 * * 1' # 每周一的凌晨3:30
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Docker-Build-Push:
|
Docker-Build-Push:
|
||||||
|
|
Loading…
Reference in New Issue