From 356ec63c61738a9efac8c714770e5859368c85e1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:30:04 +0200 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: