From 8430c77450c859662be77ddb420a682fbea5bf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 10 Dec 2024 08:54:54 +0100 Subject: [PATCH] Do not cancel other jobs when ppc64le build fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- .github/workflows/base-image-rebuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/base-image-rebuild.yml b/.github/workflows/base-image-rebuild.yml index 5744eac7..fd4e3e11 100644 --- a/.github/workflows/base-image-rebuild.yml +++ b/.github/workflows/base-image-rebuild.yml @@ -18,6 +18,7 @@ jobs: name: Build and push image runs-on: ubuntu-latest strategy: + fail-fast: false matrix: include: - containerfile: containers/Containerfile