From e23ed3a4702d3b8167879bfb93745337f7b0231a Mon Sep 17 00:00:00 2001 From: Tom Reinders Date: Thu, 17 Oct 2024 13:28:15 +0200 Subject: [PATCH] workflows: ubuntu-images: Do not fail the workflow early ...if one of the releases fails, let other releases build and publish. Signed-off-by: Tom Reinders --- .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: