From 819a106dd9637356634b34448a14294358a473ce Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:55:01 -0800 Subject: [PATCH] Fix snapcraft.yaml strategy fail-fast --- .github/workflows/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snapcraft.yaml b/.github/workflows/snapcraft.yaml index 2c7aff1..2cf0816 100644 --- a/.github/workflows/snapcraft.yaml +++ b/.github/workflows/snapcraft.yaml @@ -24,6 +24,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 10 strategy: + fail-fast: false matrix: os: [ubuntu-latest, ubuntu-24.04-arm]