mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user