From 5feba46b53e006a42a2c3d4091c3f35d9132b601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 16 Feb 2026 16:39:31 +0100 Subject: [PATCH] our firmware action is too clever Update pio_target and add pio_opts for checks. --- .github/workflows/main_matrix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 49379fbd1..876d7e4ce 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -95,7 +95,8 @@ jobs: with: pio_platform: ${{ matrix.check.platform }} pio_env: ${{ matrix.check.board }} - pio_target: check --fail-on-defect=low + pio_target: check + pio_opts: --fail-on-defect=low build: needs: [setup, version]