Skip to content

Commit 0c70092

Browse files
Add paths filter to humble docker build job (#648)
* Add paths filter * Rename file
1 parent 8bddea6 commit 0c70092

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/humble-docker-build.yaml renamed to .github/workflows/humble-docker-build.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,31 @@ on:
55
pull_request:
66
branches:
77
- humble
8+
paths:
9+
- '**.hpp'
10+
- '**.cpp'
11+
- Dockerfile/**
12+
- '.github/workflows/humble-docker-build.yml'
13+
- '**/package.xml'
14+
- '**/CMakeLists.txt'
15+
- '**.xacro'
16+
- '**.py'
17+
- '**.yaml'
18+
- 'ros2_control_demos.humble.repos'
819
push:
920
branches:
1021
- humble
22+
paths:
23+
- '**.hpp'
24+
- '**.cpp'
25+
- Dockerfile/**
26+
- '.github/workflows/humble-docker-build.yml'
27+
- '**/package.xml'
28+
- '**/CMakeLists.txt'
29+
- '**.xacro'
30+
- '**.py'
31+
- '**.yaml'
32+
- 'ros2_control_demos.humble.repos'
1133
schedule:
1234
# Run every morning to detect broken dependencies
1335
- cron: '40 1 * * *'

0 commit comments

Comments
 (0)