diff --git a/circle.yml b/circle.yml index e89ac80..c052e44 100644 --- a/circle.yml +++ b/circle.yml @@ -123,15 +123,15 @@ jobs: # build capsulecd every week, to ensure that language/dependency breaking changes are caught early. # https://crontab.guru/every-week -workflows: - version: 2 - nightly: - triggers: - - schedule: - cron: "0 0 * * 0" - filters: - branches: - only: - - master - jobs: - - build +#workflows: +# version: 2 +# nightly: +# triggers: +# - schedule: +# cron: "0 0 * * 0" +# filters: +# branches: +# only: +# - master +# jobs: +# - build