;ci: linux: don't let one failing ghc cancel the rest; doc

This commit is contained in:
Simon Michael 2020-03-17 17:33:01 -07:00
parent 748708731a
commit b5c332dde3

View File

@ -44,6 +44,7 @@ jobs:
build:
strategy:
matrix:
fail-fast: false
plan:
- { key: "80", args: "--stack-yaml=stack-8.0.yaml" }
- { key: "82", args: "--stack-yaml=stack-8.2.yaml" }
@ -202,6 +203,8 @@ jobs:
# https://github.com/marketplace/actions/checkout
# https://github.com/sdras/awesome-actions
# https://help.github.com/en/actions
# https://help.github.com/en/actions/reference/events-that-trigger-workflows
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-and-storing-workflow-data
# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows
# https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources