From 6f9d98a3c2d33af0c88e8a79cf32bd2f7852e0b7 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 2 Dec 2020 17:00:31 -0500 Subject: [PATCH] circleci config turn off cron job --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 600949c88..60987c441 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,20 +134,3 @@ 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