mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Only allow 5 jobs from each CI run to be in parallel (#4682)
This commit is contained in:
parent
04a139fe3d
commit
cc1eb648f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
max-parallel: 5
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: ci-custom
|
- id: ci-custom
|
||||||
|
|
Loading…
Reference in a new issue