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