From 57336e2328eb2f4c5e53b2bc3ab24b7382a62705 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Mon, 7 Oct 2024 16:02:40 -0500 Subject: [PATCH] workflows: zephyr: remove extra comma from runs-on entry Comma after board label is causing tests to not be able to find runners. Signed-off-by: Mike Szczys --- .github/workflows/hil_sample_zephyr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hil_sample_zephyr.yml b/.github/workflows/hil_sample_zephyr.yml index 6a76156c..4827a344 100644 --- a/.github/workflows/hil_sample_zephyr.yml +++ b/.github/workflows/hil_sample_zephyr.yml @@ -138,7 +138,7 @@ jobs: if: ${{ inputs.run_tests && !cancelled() }} needs: build runs-on: - - is_active, + - is_active - has_${{ inputs.hil_board }} timeout-minutes: 30