From 2d3537f61c327c139784fc0aef50d1c5ce510eac Mon Sep 17 00:00:00 2001 From: Paul Nothaft Date: Wed, 8 Jul 2026 20:29:41 +0200 Subject: [PATCH] ci: run the Tests workflow on stable-targeted PRs (unblock this promote) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same one-liner as #772 — adds stable to tests.yml push/pull_request filters so the required backend/frontend checks report on this PR instead of hanging on 'Expected — Waiting for status to be reported'. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4342ae4..fd83a548 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,9 +17,9 @@ name: Tests on: push: - branches: [main, beta] + branches: [main, beta, stable] pull_request: - branches: [main, beta] + branches: [main, beta, stable] workflow_dispatch: permissions: