Skip to content

Commit

Permalink
#813 | Temporarily disable deploy of master to prerelease or prod env…
Browse files Browse the repository at this point in the history
…ironments
  • Loading branch information
himeshr committed Dec 23, 2024
1 parent 1901bdf commit c116058
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,13 @@ workflows:
- PRERELEASE_approve:
type: approval
requires:
- build
- build
filters:
branches:
ignore:
- master
- java-upgrade
- 11-tc-1
- PRERELEASE_deploy:
context: non-prod-deploy
requires:
Expand All @@ -316,6 +322,12 @@ workflows:
type: approval
requires:
- build
filters:
branches:
ignore:
- master
- java-upgrade
- 11-tc-1
- PROD_deploy:
context: prod-deploy
requires:
Expand Down

0 comments on commit c116058

Please sign in to comment.