diff --git a/.circleci/config.yml b/.circleci/config.yml index 78eafc3a2..2f8147978 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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