From d4914c16a903589a94d3e4515a80d2c88b7ae4bb Mon Sep 17 00:00:00 2001 From: snoweuph Date: Tue, 31 Dec 2024 16:11:22 +0000 Subject: [PATCH] .forgejo/workflows/base.yml aktualisiert --- .forgejo/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/base.yml b/.forgejo/workflows/base.yml index 3e4777e..1d8daff 100644 --- a/.forgejo/workflows/base.yml +++ b/.forgejo/workflows/base.yml @@ -2,7 +2,7 @@ name: "Build Runner Base" on: schedule: - - cron: '* * * * *' + - cron: '0 0 * * *' push: branches: - 'master'