From a8c4ebcbb788422cc993701124eb939ecbc7ccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Rib=C3=B3=20Labrador?= Date: Wed, 28 Feb 2024 12:55:38 +0100 Subject: [PATCH] fix: Removing the if condition in CI pipeline for release branches (#179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Javier Ribó Labrador Signed-off-by: Francisco Javier Ribo Labrador --- .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