1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 23:21:54 +00:00

[ci] Restore parallel execution for clang-tidy split mode (#11613)

This commit is contained in:
J. Nick Koston
2025-10-29 20:26:37 -05:00
committed by GitHub
parent 918650f15a
commit 03fd114371

View File

@@ -458,7 +458,7 @@ jobs:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1 max-parallel: 2
matrix: matrix:
include: include:
- id: clang-tidy - id: clang-tidy