Allow other CI jobs to continue when one fails

Closes gh-41925
This commit is contained in:
Andy Wilkinson 2024-08-19 10:55:56 +01:00
parent bc1920d6bb
commit d627a5db6b
1 changed files with 1 additions and 0 deletions

View File

@ -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