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