circleci config turn off build cron

This commit is contained in:
BryceLTaylor 2020-12-17 11:11:58 -05:00
parent d8b0195c87
commit 5f824d97dd

View file

@ -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