From cdbb6eb708de2cef4bb5966d1f6f055d63e317e2 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Tue, 18 May 2021 19:55:55 +0100 Subject: [PATCH] feat: disable `fail-fast` for candidates jobs Prevents a job failure from halting the other jobs. PR: zmkfirmware/zmk-docker#45 --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index ac02469..9c74854 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -190,6 +190,7 @@ jobs: run: shell: /usr/bin/docker exec candidate /bin/bash {0} strategy: + fail-fast: false matrix: architecture: ${{ fromJSON(needs.architectures.outputs.json) }} include: