From eeaad4c9eb6f0c37c76720b6dfae16e8ba194477 Mon Sep 17 00:00:00 2001 From: Tom Reinders Date: Thu, 17 Oct 2024 13:28:15 +0200 Subject: [PATCH] Fix to keep other releases going if just 1 release will fail --- .github/workflows/ubuntu-images.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu-images.yaml b/.github/workflows/ubuntu-images.yaml index 4b4717ea2..ffd6aba73 100644 --- a/.github/workflows/ubuntu-images.yaml +++ b/.github/workflows/ubuntu-images.yaml @@ -37,6 +37,7 @@ jobs: strategy: matrix: release: ['16.04', '18.04', '20.04', '22.04', '23.10', '24.04'] + fail-fast: false runs-on: ubuntu-latest steps: