Disable building against stackage nightly. (#216)

* Disable nightly build because github no longer accepts comments from forks.

* Disable azure nightly builds.

* Use stack-18 by default.
This commit is contained in:
David Himmelstrup 2021-09-11 13:34:52 +08:00 committed by GitHub
commit df0f8e591b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -17,9 +17,9 @@ jobs:
stack-lts-14:
BUILD: stack
STACK_YAML: stack-lts-14.yaml
stack-nightly:
BUILD: stack
ARGS: --resolver nightly --no-run-tests
#stack-nightly:
# BUILD: stack
# ARGS: --resolver nightly --no-run-tests
maxParallel: 6
steps:
- task: Cache@2