circleci config turn off cron job

This commit is contained in:
BryceLTaylor 2020-11-23 09:45:03 -05:00
parent eabf2667d3
commit 1712da038b

View file

@ -133,20 +133,4 @@ workflows:
- circleci-project-setup # remove this before releasing
- develop
- /^hotfix\/.*/
- /^release\/.*/
test-build-cron:
triggers:
- schedule: # every 15 minutes
cron: "0,15,30,45 * * * *"
filters:
branches:
only: circleci-project-setup
jobs:
- build-staging:
context:
- scratch-www-all
- scratch-www-staging
filters:
branches:
only:
- circleci-project-setup # remove this before releasing
- /^release\/.*/\