From d24cfdf64f6dca574e820397ed77ba954abee9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Wed, 28 Feb 2024 12:20:43 +0100 Subject: [PATCH] fix: Removing the if condition to make sure it builds when not using a pull request (release branches) --- .github/workflows/e2e-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4e4249250..de2ea9297 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -82,7 +82,6 @@ jobs: scope: "@hyperledger-labs" - name: Pack atala-prism-wallet-sdk - if: github.event_name == 'pull_request' run: | npm install npm run build @@ -90,7 +89,6 @@ jobs: echo "PACKAGE_NAME=$(find . -maxdepth 1 -name atala-prism-wallet-sdk-* | tr -d '\n')" >> "$GITHUB_ENV" - name: Install local dependency - if: github.event_name == 'pull_request' working-directory: integration-tests/e2e-tests run: | yarn