From c10077f13363c68ced1d84ee7730547f713cd690 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 5 Nov 2024 00:28:54 +0100 Subject: [PATCH] [NO MERGE] ci: Temporarily disable fail-fast This allows us to see which targets are currently failing the build. --- .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 eea9af37e2..f21d043a82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ci: name: "${{ matrix.m.type }}: ${{ matrix.m.name }}" strategy: - fail-fast: true + fail-fast: false matrix: m: - type: board