Skip to content

Commit

Permalink
Disable the deployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Oct 12, 2022
1 parent 9cde70c commit a9f8b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9f8b88

Please sign in to comment.