Disable nightly builds for now

This commit is contained in:
patrick brisbin 2020-08-19 10:13:58 -04:00
parent 33dad09822
commit c440d1a01b
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB

View File

@ -22,19 +22,23 @@ workflows:
<<: *defaults <<: *defaults
name: "ghc-8.6.3 / lts-13.2" name: "ghc-8.6.3 / lts-13.2"
stack-yaml: stack-lts-13.2.yaml stack-yaml: stack-lts-13.2.yaml
- stack-build/build-test-nightly:
name: "nightly"
stack-yaml: stack-nightly.yaml
nightly: # nightly is broken due to persistent/persistent-template situation
triggers: # https://app.circleci.com/pipelines/github/thoughtbot/yesod-auth-oauth2/172/workflows/1b5d2999-369d-411b-837d-9ccae4f4cede/jobs/1273
- schedule:
cron: "0 0 * * *" # - stack-build/build-test-nightly:
filters: # name: "nightly"
branches: # stack-yaml: stack-nightly.yaml
only:
- master # nightly:
jobs: # triggers:
- stack-build/build-test-nightly: # - schedule:
name: "nightly" # cron: "0 0 * * *"
stack-yaml: stack-nightly.yaml # filters:
# branches:
# only:
# - master
# jobs:
# - stack-build/build-test-nightly:
# name: "nightly"
# stack-yaml: stack-nightly.yaml