circleCI config add chron job to test the build job every 15 minutes

This commit is contained in:
BryceLTaylor 2020-11-16 11:28:31 -05:00
parent 20eecb51f7
commit 295a7daa6f

View file

@ -133,3 +133,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