-
Notifications
You must be signed in to change notification settings - Fork 2
49 lines (48 loc) · 1.08 KB
/
sensors.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: "Sensors build/test"
on:
pull_request:
paths:
- "i2c/**"
- "include/motor-control/core/**"
- "motor-control/core/**"
- "include/i2c/**"
- "common/**"
- "include/common/**"
- "include/sensors/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "include/motor-control/core/**"
- "motor-control/core/**"
- "i2c/**"
- "include/i2c/**"
- "common/**"
- "include/common/**"
- "include/sensors/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/sensors.yaml"
branches:
- "*"
tags:
- "sensors@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: sensors
secrets: inherit