Skip to content

Commit

Permalink
Also run CI workflows if pluginlib xml is changed (#693) (#694)
Browse files Browse the repository at this point in the history
(cherry picked from commit 81de76e)

Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
mergify[bot] and christophfroehlich authored Jan 16, 2025
1 parent 173d3d4 commit 14c479c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/humble-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-not-released.humble.repos'
- '**.xml'
push:
branches:
- humble
Expand All @@ -28,6 +29,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos-not-released.humble.repos'
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/humble-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.humble.repos'
- '**.xml'
push:
branches:
- humble
Expand All @@ -28,6 +29,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos.humble.repos'
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
Expand Down
2 changes: 2 additions & 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'
- '**.xml'
push:
branches:
- master
Expand All @@ -29,6 +30,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos-not-released.rolling.repos'
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
2 changes: 2 additions & 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'
- '**.xml'
push:
branches:
- master
Expand All @@ -28,6 +29,7 @@ on:
- '**.py'
- '**.yaml'
- 'ros2_control_demos.rolling.repos'
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
Expand Down

0 comments on commit 14c479c

Please sign in to comment.