From b5c332dde370b7260ffad0957770bae60034618f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 17 Mar 2020 17:33:01 -0700 Subject: [PATCH] ;ci: linux: don't let one failing ghc cancel the rest; doc --- .github/workflows/linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bea2c2382..1552e9693 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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