feat: remove max-parallel for candidates jobs

`max-parallel: 1` is no longer necessary.

See: 27b9ac19f3
PR: zmkfirmware/zmk-docker#57
This commit is contained in:
innovaker 2021-05-19 11:04:22 +01:00
parent eb804342e2
commit 60596b949a

View File

@ -190,7 +190,6 @@ jobs:
run: run:
shell: /usr/bin/docker exec candidate /bin/bash {0} shell: /usr/bin/docker exec candidate /bin/bash {0}
strategy: strategy:
max-parallel: 1 # takes advantage of caching between jobs
matrix: matrix:
architecture: ${{ fromJSON(needs.architectures.outputs.json) }} architecture: ${{ fromJSON(needs.architectures.outputs.json) }}
include: include: