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 }}