From 8b9ddb21baf52135823ee288a03422771d34d48d Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 2 Mar 2023 15:04:36 +0100 Subject: [PATCH] HXOR-164 pr check job: condition handling --- .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 fd86bb92f3..1d52b40cf9 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, e2e-storybook] + needs: [check-if-pr-is-approved, check-package-lock, build-libs, e2e, e2e-storybook] steps: - run: exit 1 if: >-