From 5e3fa79d7d14c6e7d1f81ee7f67cdecd5bd64661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 15 Aug 2025 08:11:19 +0200 Subject: [PATCH] Revert "workflows: Make `Tests` non-required" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5aae0c3bf273e1c2b068523865797c36dbb70b27, as the test has been fixed and is behaving as expected. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54dace0..713a849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: name: Report required job statuses runs-on: ubuntu-latest # List job dependencies which are required to pass status checks in order to be merged via merge queue. - needs: [checks, windows-checks, deny, linux-integration, windows-integration] + needs: [checks, windows-checks, tests, deny, linux-integration, windows-integration] if: ${{ always() }} steps: - run: exit 1