circleci turn on workflow for real

This commit is contained in:
BryceLTaylor 2021-01-11 11:25:38 -05:00
parent bb337af4af
commit 221cb7c7b9

View file

@ -121,7 +121,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests - circleCI-configure-tests
- deploy-staging: - deploy-staging:
context: context:
- scratch-www-all - scratch-www-all
@ -134,7 +134,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests - circleCI-configure-tests
- integration-staging-jest: - integration-staging-jest:
context: context:
- scratch-www-all - scratch-www-all
@ -147,7 +147,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests - circleCI-configure-tests
- integration-staging-tap: - integration-staging-tap:
context: context:
- scratch-www-all - scratch-www-all
@ -160,4 +160,4 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleci-configure-tests - circleCI-configure-tests