From 60596b949a07799dcd051a7edf0979a2df83fa5e Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 19 May 2021 11:04:22 +0100 Subject: [PATCH] feat: remove max-parallel for candidates jobs `max-parallel: 1` is no longer necessary. See: 27b9ac19f30b54ad6f5f14f7f9a516423129e6e8 PR: zmkfirmware/zmk-docker#57 --- .github/workflows/containers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index f913d0f..ac02469 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -190,7 +190,6 @@ jobs: run: shell: /usr/bin/docker exec candidate /bin/bash {0} strategy: - max-parallel: 1 # takes advantage of caching between jobs matrix: architecture: ${{ fromJSON(needs.architectures.outputs.json) }} include: