diff --git a/.circleci/config.yml b/.circleci/config.yml index a771d7804..8f9835142 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -242,51 +242,3 @@ workflows: # - develop # - /^hotfix\/.*/ # - /^release\/.*/ - test-multi-job-with-translate-cron-4: - triggers: - - schedule: # every 15 minutes - cron: "0,15,30,45 * * * *" - filters: - branches: - only: circleCI-improve-build - jobs: - - setup: - context: - - scratch-www-all - - scratch-www-staging - filters: - branches: - only: - - develop - - /^hotfix\/.*/ - - /^release\/.*/ - - master - - circleCI-improve-build - - lint: - context: - - scratch-www-all - requires: - - setup - - unit-jest: - context: - - scratch-www-all - requires: - - setup - - unit-tap: - context: - - scratch-www-all - requires: - - setup - - build-staging: - context: - - scratch-www-all - - scratch-www-staging - requires: - - setup - filters: - branches: - only: - - develop - - /^hotfix\/.*/ - - /^release\/.*/ - - circleCI-improve-build