From 2cc81995931e28c5dd57d9004d1b7112f115d297 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:46:41 +0200 Subject: [PATCH] No limits on the core tests --- .github/workflows/validate_esphome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index b5fca07..5143040 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: true # If core fails, stop everything - max-parallel: 4 + # max-parallel: 4 matrix: framework: [idf, ard] version: ${{ fromJson(needs.setup_matrix.outputs.versions) }}