From a9f8b88f1259fb9e17d4e2ef0abb8e2941dfac5f Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 12 Oct 2022 12:15:27 +0300 Subject: [PATCH] Disable the deployment for now --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3459c03b..495203af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,5 +41,6 @@ jobs: DEPLOY_TRUNK: ${{ contains( github.ref_name, 'master' ) }} DEPLOY_TAG: ${{ contains( github.ref_type, 'tag' ) }} DEPLOY_SKIP_CONFIRMATION: true - if: env.DEPLOY_SVN_USERNAME + # Disable deployments while they are failing for unknown reason. + if: env.DEPLOY_SVN_USERNAME && false run: npm run deploy