From 9bae2d54eaf77bf720c08beaf988a6c74af7d0ed Mon Sep 17 00:00:00 2001 From: Kelvin Olaiya <73821880+kelvin-olaiya@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:00:57 +0200 Subject: [PATCH] ci: do not fail fast on matrix jobs (#280) * ci: do not fail fast on matrix jobs * ci: do not fail fast on matrix jobs --- .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 25c683841..0674d1e4d 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -16,6 +16,7 @@ concurrency: jobs: build: strategy: + fail-fast: false matrix: os: - ubuntu-24.04 @@ -162,6 +163,7 @@ jobs: concurrency: group: release-${{ github.event.number || github.ref }}-docker-${{ matrix.image }} strategy: + fail-fast: false matrix: image: - alarm