From: Luca Boccassi Date: Tue, 26 May 2026 19:44:21 +0000 (+0100) Subject: test: stop running coverage job on stable backports X-Git-Tag: v261-rc3~69^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F42322%2Fhead;p=thirdparty%2Fsystemd.git test: stop running coverage job on stable backports We don't run coverage on stable branches anyway, so it's just a waste of CI --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index be6a457b895..6abb4d6a5cf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,7 +10,6 @@ on: pull_request: branches: - main - - v[0-9]+-stable paths: - .github/workflows/coverage.yml - test/integration-tests/integration-test-wrapper.py