Skip to content

Commit 0935b63

Browse files
Merge branch 'master' into fix/initial_launch_cleanup
2 parents 9ccd594 + dc61fbe commit 0935b63

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- '**.py'
1717
- '**.yaml'
1818
- 'ros2_control_demos-not-released.rolling.repos'
19+
- 'ros2_control_demos-not-released.kilted.repos'
1920
- '**.xml'
2021
push: *event
2122
schedule:

.github/workflows/rolling-docker-build.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@ name: Build Rolling Dockerfile
22
# description: builds the dockerfile contained within the repo
33

44
on:
5-
pull_request:
6-
branches:
7-
- master
8-
paths:
9-
- '**.hpp'
10-
- '**.cpp'
11-
- Dockerfile/**
12-
- '.github/workflows/rolling-docker-build.yml'
13-
- '**/package.xml'
14-
- '**/CMakeLists.txt'
15-
- '**.xacro'
16-
- '**.py'
17-
- '**.yaml'
18-
- 'ros2_control_demos.rolling.repos'
19-
push:
5+
pull_request: &event
206
branches:
217
- master
228
paths:
@@ -30,6 +16,9 @@ on:
3016
- '**.py'
3117
- '**.yaml'
3218
- 'ros2_control_demos.rolling.repos'
19+
- 'ros2_control_demos.kilted.repos'
20+
- '**.xml'
21+
push: *event
3322
schedule:
3423
# Run every morning to detect broken dependencies
3524
- cron: '50 1 * * MON-FRI'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- '**.py'
1616
- '**.yaml'
1717
- 'ros2_control_demos.rolling.repos'
18+
- 'ros2_control_demos.kilted.repos'
1819
- '**.xml'
1920
push: *event
2021
schedule:

ros2_control_demos.kilted.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories:
1414
ros2_controllers:
1515
type: git
1616
url: https://github.com/ros-controls/ros2_controllers.git
17-
version: master
17+
version: kilted
1818
gz_ros2_control:
1919
type: git
2020
url: https://github.com/ros-controls/gz_ros2_control.git

0 commit comments

Comments
 (0)