From 221cb7c7b94b6ebf4d05df57e035d76721b51e2e Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 11 Jan 2021 11:25:38 -0500 Subject: [PATCH] circleci turn on workflow for real --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8582d1c90..ae7aa2aaa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ - - circleci-configure-tests + - circleCI-configure-tests - deploy-staging: context: - scratch-www-all @@ -134,7 +134,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ - - circleci-configure-tests + - circleCI-configure-tests - integration-staging-jest: context: - scratch-www-all @@ -147,7 +147,7 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ - - circleci-configure-tests + - circleCI-configure-tests - integration-staging-tap: context: - scratch-www-all @@ -160,4 +160,4 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ - - circleci-configure-tests + - circleCI-configure-tests