Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
comment out workflows..
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 27, 2018
1 parent 71602a5 commit 665bb1e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions circle.yml
Expand Up @@ -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

0 comments on commit 665bb1e

Please sign in to comment.