Skip to content

Commit

Permalink
ci: Do not cancel queued build jobs on other Go versions if any job i…
Browse files Browse the repository at this point in the history
…n the matrix fails

Letting them run can help understand which versions of Go odo can be built on
  • Loading branch information
rm3l committed Dec 17, 2024
1 parent f6d21ca commit 9ad0f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9ad0f2b

Please sign in to comment.