From 103f3876b8e290a5c5ec90f46eec91ff3bfc0de3 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Tue, 5 Oct 2021 10:01:11 -0600 Subject: [PATCH] workflows: fail-fast false to let other builds run Use fail-fast: false to let the non-failing matrix builds continue to run. Right now impish is timing out early in the process and we can't see the results for the others. Co-authored-by: Didier Roche --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b11d9713..da483b4e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,6 +6,7 @@ jobs: test: runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: image: - ubuntu-daily:bionic