From b9855e6cf5f77061155d1dd33837a3b1b1d76ed7 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 26 May 2026 20:44:21 +0100 Subject: [PATCH] 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 --- .github/workflows/coverage.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3