diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 60658de..04108cd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,8 +1,7 @@ name: "lint, build and push" on: schedule: - - cron: "0 0 * * SUN" - - cron: "27 * * * *" + - cron: "5 3 * * SUN" push: branches: [ master ] pull_request: