Commit 3419a328 authored by BryceLTaylor's avatar BryceLTaylor

circleCI config turn test cron job back on

parent f682d202
...@@ -134,3 +134,19 @@ workflows: ...@@ -134,3 +134,19 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment