From e2310e637c0482ae2b4343d344d22211ccaecc53 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 May 2024 11:47:35 +0100 Subject: [PATCH] Update end-to-end-tests.yaml --- .github/workflows/end-to-end-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index 391197fb53..0e224c04db 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -163,5 +163,5 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - run: exit 1 - if: failure() || cancelled() + - if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success' + run: exit 1