From fefb8de87a5cd9bbff53181c53c7ee0709dfe871 Mon Sep 17 00:00:00 2001 From: Chris Brame Date: Mon, 31 May 2021 16:12:43 -0400 Subject: [PATCH] fix(build): stop nightly build --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7e2a09c3..d04098b2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,15 +99,15 @@ workflows: ignore: - develop - master - nightly: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: develop - jobs: - - build_docker_next + #nightly: + # triggers: + # - schedule: + # cron: "0 0 * * *" + # filters: + # branches: + # only: develop + # jobs: + # - build_docker_next develop: jobs: - build_develop: @@ -119,4 +119,4 @@ workflows: - build_production: filters: branches: - only: master \ No newline at end of file + only: master