From c5b3af8dcd62112cbe8e8621f0125e5dc3bab959 Mon Sep 17 00:00:00 2001 From: Matheus Cardoso Date: Mon, 20 Jul 2026 12:04:53 -0300 Subject: [PATCH] ci(fips): temporarily disable ui tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0783f9a69777..92e75ecd76059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -768,8 +768,8 @@ jobs: test-ui-fips: name: 🔨 Test UI (FIPS) + if: contains(github.event.pull_request.labels.*.name, 'fips') needs: [checks, build-gh-docker-publish, release-versions] - uses: ./.github/workflows/ci-test-e2e.yml with: type: ui @@ -989,7 +989,7 @@ jobs: exit 1 fi - if [[ '${{ needs.test-ui-fips.result }}' != 'success' ]]; then + if [[ '${{ needs.test-ui-fips.result }}' != 'success' && '${{ needs.test-ui-fips.result }}' != 'skipped' ]]; then exit 1 fi