Skip to content

Commit d627a5d

Browse files
committed
Allow other CI jobs to continue when one fails
Closes gh-41925
1 parent bc1920d commit d627a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os.id }}
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os:
1617
- id: ubuntu-latest

0 commit comments

Comments
 (0)