diff --git a/.github/workflows/spi.yaml b/.github/workflows/spi.yaml index 256c28f7e..81f693897 100644 --- a/.github/workflows/spi.yaml +++ b/.github/workflows/spi.yaml @@ -1,4 +1,4 @@ -name: "Non-Executable Flows" +name: "Non-Executable Workflows" on: pull_request: push: @@ -7,11 +7,17 @@ on: workflow_dispatch: jobs: - run-non-executable-workflow: + non-executable-workflow: strategy: matrix: target: [can, common, eeprom, i2c, motor-control, sensors, spi] + name: ${{ matrix.target }} Build/Test uses: ./.github/workflows/non-executable-workflow.yaml with: target: ${{ matrix.target }} - secrets: inherit \ No newline at end of file + secrets: inherit + +# executable-workflow: +# strategy: +# matrix: +# \ No newline at end of file