From d627a5db6b1ba608cc0fd8872740ef40d59e631b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Aug 2024 10:55:56 +0100 Subject: [PATCH] Allow other CI jobs to continue when one fails Closes gh-41925 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b2353e8f..447e2be2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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