Skip to content

Commit

Permalink
Merge pull request #470 from WordPress/fix/disable-deploys-while-not-…
Browse files Browse the repository at this point in the history
…working

Disable the deployment for now
  • Loading branch information
kasparsd authored Oct 12, 2022
2 parents 9cde70c + a9f8b88 commit a112a0a
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 a112a0a

Please sign in to comment.