From 9ad0f2b4d4e87932e1b1452a1747e3bf58fa0bd2 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Tue, 17 Dec 2024 09:44:29 +0100 Subject: [PATCH] ci: Do not cancel queued build jobs on other Go versions if any job in the matrix fails Letting them run can help understand which versions of Go odo can be built on --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf5e1ad48b..c2a4aa29ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,7 @@ jobs: runs-on: ubuntu-latest name: Build (Go ${{ matrix.go-version }}) strategy: + fail-fast: false matrix: go-version: [ '1.19' ] # experimental: [false]