From 736422a36d2c54ba4ac8d44c803da9738fe1a76a Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 14 Sep 2023 12:28:58 -0500 Subject: [PATCH] Disable fast failures --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e58dda3..3d24234 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,12 +15,11 @@ jobs: build: runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: include: - blueprint: fedora-imagebuilder container_tag: fedora-latest - # - blueprint: fedora-packager - # container_tag: fedora-35 - blueprint: centos-minimal container_tag: centos-stream9 steps: