From 8d7256b4b9245d0bd3f35a2d3954551697f5c8f0 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:47:42 +0200 Subject: [PATCH] enable fail-fast: false on Linx build stages --- .github/workflows/ci_cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2e6b6c46..6aa40655 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -114,6 +114,7 @@ jobs: strategy: matrix: os: ["22.04", "20.04"] + fail-fast: false name: "Build Application Linux - Ubuntu ${{ matrix.os }}" runs-on: ubuntu-${{ matrix.os }} steps: @@ -234,6 +235,7 @@ jobs: strategy: matrix: os: ["quay.io/centos/centos:stream9", "fedora:latest"] + fail-fast: false name: "Build Application Linux - ${{ matrix.os }}" runs-on: ubuntu-latest container: