Skip to content

update non-executable workflows #722

update non-executable workflows

update non-executable workflows #722

Workflow file for this run

name: "spi build/test"
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:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: spi
secrets: inherit