Allow other CI jobs to continue when one fails
Closes gh-41925
This commit is contained in:
parent
bc1920d6bb
commit
d627a5db6b
|
@ -11,6 +11,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os.id }}
|
runs-on: ${{ matrix.os.id }}
|
||||||
if: ${{ github.repository == 'spring-projects/spring-boot' }}
|
if: ${{ github.repository == 'spring-projects/spring-boot' }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- id: ubuntu-latest
|
- id: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue