From fd52c7ea969a7730eefb8d77514256128555ac42 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 21:30:56 +0200 Subject: [PATCH] ci: zeiten randomisiert + badges entfernt --- .gitea/workflows/build.yaml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 54891f9..3cb07b5 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: "27 10 * * SUN" push: branches: [ master ] pull_request: diff --git a/README.md b/README.md index 3a9d02c..786ee9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # miniflux-filter -[![status-badge](https://ci.mgrote.net/api/badges/9/status.svg)](https://ci.mgrote.net/repos/9) - ### Table of Contents * [Introduction](#introduction)