Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos-not-released.rolling.repos'
- 'ros2_control_demos-not-released.kilted.repos'
- '**.xml'
push: *event
schedule:
Expand Down
19 changes: 4 additions & 15 deletions .github/workflows/rolling-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@ name: Build Rolling Dockerfile
# description: builds the dockerfile contained within the repo

on:
pull_request:
branches:
- master
paths:
- '**.hpp'
- '**.cpp'
- Dockerfile/**
- '.github/workflows/rolling-docker-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- '**.xacro'
- '**.py'
- '**.yaml'
- 'ros2_control_demos.rolling.repos'
push:
pull_request: &event
branches:
- master
paths:
Expand All @@ -30,6 +16,9 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos.rolling.repos'
- 'ros2_control_demos.kilted.repos'
- '**.xml'
push: *event
schedule:
# Run every morning to detect broken dependencies
- cron: '50 1 * * MON-FRI'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rolling-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos.rolling.repos'
- 'ros2_control_demos.kilted.repos'
- '**.xml'
push: *event
schedule:
Expand Down
2 changes: 1 addition & 1 deletion ros2_control_demos.kilted.repos
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories:
ros2_controllers:
type: git
url: https://github.com/ros-controls/ros2_controllers.git
version: master
version: kilted
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
Expand Down