1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Merge branch 'determine_jobs_comp_split' into determine_jobs_comp_split_test

This commit is contained in:
J. Nick Koston
2025-10-29 18:48:14 -05:00
committed by GitHub

View File

@@ -542,7 +542,7 @@ jobs:
needs:
- common
- determine-jobs
if: github.event_name == 'pull_request' && fromJSON(needs.determine-jobs.outputs.component-test-count) > 0
if: github.event_name == 'pull_request' && needs.determine-jobs.outputs.component-test-batches != '[]'
strategy:
fail-fast: false
max-parallel: ${{ (startsWith(github.base_ref, 'beta') || startsWith(github.base_ref, 'release')) && 8 || 4 }}