From 18d838e88945b554d059db5f1fff1daed4b7bf8f Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 11 Jun 2025 23:43:44 +0100 Subject: [PATCH] ci/update-other: disable `fail-fast` matrix strategy This means all updates will be attempted, even if one fails; E.g. the branch doesn't exist yet. --- .github/workflows/update-other.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index 2d9123a6..9495664d 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -35,6 +35,7 @@ jobs: runs-on: ubuntu-24.04-arm needs: prepare strategy: + fail-fast: false matrix: branch: ${{ fromJSON(needs.prepare.outputs.branches) }} steps: