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: >-