Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4243 from withspectrum/disable-alpha-deploy-step
Browse files Browse the repository at this point in the history
Let workflows pass again
  • Loading branch information
brianlovin authored Nov 14, 2018
2 parents ae872a4 + 582dbc1 commit d61e3b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ workflows:
- checkout_environment

# Deployment
- deploy_alpha:
requires:
- test_static_js
- test_web
filters:
branches:
only: alpha
# - deploy_alpha:
# requires:
# - test_static_js
# - test_web
# filters:
# branches:
# only: alpha

0 comments on commit d61e3b6

Please sign in to comment.