Skip to content

Commit

Permalink
Also run CI workflows if pluginlib xml is changed (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 15, 2025
1 parent 4e91428 commit 81de76e
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 81de76e

Please sign in to comment.