Skip to content

Commit 9f1007b

Browse files
[CI] Test also changes to py files (i.e., spawner) (ros-controls#1548)
1 parent 6ae3950 commit 9f1007b

27 files changed

+38
-0
lines changed

.github/workflows/humble-abi-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/humble-abi-compatibility.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'

.github/workflows/humble-binary-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.hpp'
1212
- '**.h'
1313
- '**.cpp'
14+
- '**.py'
1415
- '.github/workflows/humble-binary-build.yml'
1516
- '**/package.xml'
1617
- '**/CMakeLists.txt'
@@ -22,6 +23,7 @@ on:
2223
- '**.hpp'
2324
- '**.h'
2425
- '**.cpp'
26+
- '**.py'
2527
- '.github/workflows/humble-binary-build.yml'
2628
- '**/package.xml'
2729
- '**/CMakeLists.txt'

.github/workflows/humble-coverage-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/humble-coverage-build.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'
@@ -20,6 +21,7 @@ on:
2021
- '**.hpp'
2122
- '**.h'
2223
- '**.cpp'
24+
- '**.py'
2325
- '.github/workflows/humble-coverage-build.yml'
2426
- '**/package.xml'
2527
- '**/CMakeLists.txt'

.github/workflows/humble-debian-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/humble-debian-build.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'

.github/workflows/humble-rhel-binary-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/humble-rhel-binary-build.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'

.github/workflows/humble-semi-binary-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.hpp'
1212
- '**.h'
1313
- '**.cpp'
14+
- '**.py'
1415
- '.github/workflows/humble-semi-binary-build.yml'
1516
- '**/package.xml'
1617
- '**/CMakeLists.txt'
@@ -22,6 +23,7 @@ on:
2223
- '**.hpp'
2324
- '**.h'
2425
- '**.cpp'
26+
- '**.py'
2527
- '.github/workflows/humble-semi-binary-build.yml'
2628
- '**/package.xml'
2729
- '**/CMakeLists.txt'

.github/workflows/humble-source-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/humble-source-build.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'

.github/workflows/iron-abi-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/iron-abi-compatibility.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'

.github/workflows/iron-binary-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.hpp'
1212
- '**.h'
1313
- '**.cpp'
14+
- '**.py'
1415
- '.github/workflows/iron-binary-build.yml'
1516
- '**/package.xml'
1617
- '**/CMakeLists.txt'
@@ -22,6 +23,7 @@ on:
2223
- '**.hpp'
2324
- '**.h'
2425
- '**.cpp'
26+
- '**.py'
2527
- '.github/workflows/iron-binary-build.yml'
2628
- '**/package.xml'
2729
- '**/CMakeLists.txt'

.github/workflows/iron-coverage-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.hpp'
99
- '**.h'
1010
- '**.cpp'
11+
- '**.py'
1112
- '.github/workflows/iron-coverage-build.yml'
1213
- '**/package.xml'
1314
- '**/CMakeLists.txt'
@@ -20,6 +21,7 @@ on:
2021
- '**.hpp'
2122
- '**.h'
2223
- '**.cpp'
24+
- '**.py'
2325
- '.github/workflows/iron-coverage-build.yml'
2426
- '**/package.xml'
2527
- '**/CMakeLists.txt'

0 commit comments

Comments
 (0)