From 3f36dc7e766ef2412ff8599ed6b431a02d57280d Mon Sep 17 00:00:00 2001 From: Maurizio Cacace Date: Thu, 23 Mar 2023 09:22:44 +0100 Subject: [PATCH] HXOR-241 - finalize job needs to be improved by adding a setup check (#8409) --- .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 397ef5be8c..6ee41c4570 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -429,7 +429,7 @@ jobs: if: ${{ always() }} runs-on: ubuntu-latest name: Final Results - needs: [check-if-pr-is-approved, check-package-lock, unit-tests, build-libs, e2e, e2e-storybook] + needs: [check-if-pr-is-approved, check-package-lock, setup, unit-tests, lint, build-libs, e2e, e2e-storybook] steps: - name: workflow failure run: exit 1