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
This commit is contained in:
Armel Soro
2024-12-17 09:44:29 +01:00
parent f6d21ca66f
commit 9ad0f2b4d4

View File

@@ -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]