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:
parent
eb804342e2
commit
60596b949a
1
.github/workflows/containers.yml
vendored
1
.github/workflows/containers.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user