mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
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:
parent
0f24e76ade
commit
df0f8e591b
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue