修改触发间隔
All checks were successful
CI / Docker-Build (push) Successful in 2m28s
公网服务发布 / Docker-Build-Push (push) Successful in 3s

This commit is contained in:
soul-walker 2024-03-25 17:14:43 +08:00
parent 2a47dc5979
commit 5045f6152a

View File

@ -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: '*/2 * * * *' # 每2分钟执行一次 - cron: '*/5 * * * *' # 最多每5分钟执行一次
jobs: jobs:
Docker-Build-Push: Docker-Build-Push: