mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
Set max parallel workers on jobs to favor esp32
This commit is contained in:
parent
892d9a34c7
commit
1dd53eeaf5
2
.github/workflows/main_matrix.yml
vendored
2
.github/workflows/main_matrix.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
check:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
include:
|
||||
- board: rak11200
|
||||
@ -157,6 +158,7 @@ jobs:
|
||||
build-nrf52:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
include:
|
||||
- board: rak4631_5005
|
||||
|
Loading…
Reference in New Issue
Block a user