Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 16, 2024
1 parent 9bbcdf6 commit 2d25eaf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/spi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Non-Executable Flows"
name: "Non-Executable Workflows"
on:
pull_request:
push:
Expand All @@ -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
secrets: inherit

# executable-workflow:
# strategy:
# matrix:
#

0 comments on commit 2d25eaf

Please sign in to comment.