From 180b56cd298de0907cb8a22b9f5433d752c17d1e 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 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: