From 729c3206f9e87f86c63d4eda6d7c6e92c92ce55e Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Thu, 12 Feb 2026 20:08:52 +0000 Subject: [PATCH] changed cron to 0 5 * * 0 --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 76a5358..b5ee633 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -5,7 +5,7 @@ on: tags: - '*' schedule: - - cron: '*/60 * * * *' + - cron: '0 5 * * 0' workflow_dispatch: jobs: