From 68ce90b7dd32c7b598297809ee0589d02e0526f7 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 21:31:37 +0200 Subject: [PATCH] ci: zeiten randomisiert + badges entfernt --- .gitea/workflows/build.yaml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 README.md diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 54891f9..dcafa5f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,7 +1,7 @@ name: "lint, build and push" on: schedule: - - cron: "5 3 * * SUN" + - cron: "1 13 * * SUN" push: branches: [ master ] pull_request: diff --git a/README.md b/README.md deleted file mode 100644 index a9dd97d..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -[![status-badge](https://ci.mgrote.net/api/badges/2/status.svg)](https://ci.mgrote.net/repos/2)