Skip to content

Commit

Permalink
can this work
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 16, 2024
1 parent 8465191 commit 308dae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
1 change: 0 additions & 1 deletion .github/workflows/executable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: my-artifact
# path: ${{ github.workspace }}

- name: Build Simulator
uses: ./actions/.github/actions/build-simulator
Expand Down
31 changes: 5 additions & 26 deletions .github/workflows/spi.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,17 @@
name: "spi build/test"
name: "Non-Executable Flows"
on:
pull_request:
paths:
- "spi/**"
- "common/**"
- "include/spi/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "spi/**"
- "common/**"
- "include/spi/**"
- "include/common/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/spi.yaml"
branches:
- "*"
tags:
- "spi@*"
workflow_dispatch:

jobs:
strategy:
matrix:
target: [can, common, eeprom, i2c, motor-control, sensors, spi]
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: spi
target: ${{ matrix.target }}
secrets: inherit

0 comments on commit 308dae7

Please sign in to comment.