From ab76ec33800a6e148bbfc1c0f1275451ff00128e Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 2 Mar 2023 14:51:56 +0100 Subject: [PATCH] HXOR-164 pr check job --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 775f911043..fd86bb92f3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -400,7 +400,7 @@ jobs: if: ${{ always() }} runs-on: ubuntu-latest name: Final Results - needs: [e2e] + needs: [e2e, e2e-storybook] steps: - run: exit 1 if: >-