From b5d6b1999d7eddd16786b04dff9e88ab743519d6 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sun, 17 Aug 2025 10:34:22 +0900 Subject: [PATCH] .github: workflows: Do not fail fast Do not cancel the rest of the jobs when one of the jobs in the matrix fails. Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 222e475..b03083c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: image: ghcr.io/zephyrproject-rtos/image-build:v1.1.0 strategy: - fail-fast: true + fail-fast: false matrix: variant: - platform: linux/amd64