Skip to content

Commit 9ad0f2b

Browse files
committed
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
1 parent f6d21ca commit 9ad0f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
name: Build (Go ${{ matrix.go-version }})
4343
strategy:
44+
fail-fast: false
4445
matrix:
4546
go-version: [ '1.19' ]
4647
# experimental: [false]

0 commit comments

Comments
 (0)