HXOR-164 pr check job: condition handling

This commit is contained in:
Marco Carrozzo
2023-03-02 15:04:36 +01:00
parent ab76ec3380
commit 8b9ddb21ba

View File

@@ -400,7 +400,7 @@ jobs:
if: ${{ always() }} if: ${{ always() }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Final Results name: Final Results
needs: [e2e, e2e-storybook] needs: [check-if-pr-is-approved, check-package-lock, build-libs, e2e, e2e-storybook]
steps: steps:
- run: exit 1 - run: exit 1
if: >- if: >-