修改定时任务cron

This commit is contained in:
soul-walker 2024-03-25 18:39:10 +08:00
parent 3e19150a48
commit 9921aea15a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 公网服务发布
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on:
schedule:
- cron: '32 18 * * *' # 每天晚上19:15执行
- cron: '30 3 * * 1' # 每周一的凌晨3:30
jobs:
Docker-Build-Push: