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