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