circleci config reactivate cron job without newrelic

This commit is contained in:
BryceLTaylor 2020-11-30 14:33:33 -05:00
parent 73206a2d2a
commit 1943adca5f

View file

@ -134,3 +134,19 @@ workflows:
- 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