From 03b824be0b5abe9cca8b869da14570fa0378f1a0 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 7 Dec 2020 10:24:59 +0000 Subject: [PATCH] build: Disable fast failing for build actions nightly / beta are not required actions but if they fail then all other builds will be cancelled and so prevent the PR from being cleared as buildable. Signed-off-by: Rob Bradford --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c92b4b78f..55333c48b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,7 @@ jobs: name: Build runs-on: ubuntu-latest strategy: + fail-fast: false matrix: rust: - stable