From 9bbcdf686876d0a1a30e0372400dea95fb9f3416 Mon Sep 17 00:00:00 2001 From: ahiuchingau <20424172+ahiuchingau@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:18:16 -0500 Subject: [PATCH] how about now --- .github/workflows/spi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spi.yaml b/.github/workflows/spi.yaml index 01b42806c..256c28f7e 100644 --- a/.github/workflows/spi.yaml +++ b/.github/workflows/spi.yaml @@ -7,10 +7,10 @@ on: workflow_dispatch: jobs: - strategy: - matrix: - target: [can, common, eeprom, i2c, motor-control, sensors, spi] run-non-executable-workflow: + strategy: + matrix: + target: [can, common, eeprom, i2c, motor-control, sensors, spi] uses: ./.github/workflows/non-executable-workflow.yaml with: target: ${{ matrix.target }}