Skip to content

update non-executable workflows #2910

update non-executable workflows

update non-executable workflows #2910

Workflow file for this run

name: "Can build/test"
on:
pull_request:
paths:
- "can/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "can/**"
- "include/can/**"
- "include/common/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/can.yaml"
branches:
- "*"
tags:
- "can@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: can
secrets: inherit