Skip to content

Commit 31b361b

Browse files
Fix source build workflows (#1914)
1 parent 7b7ecb7 commit 31b361b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.humble.repos'
1717
- '**.xml'
18+
pull_request:
19+
branches:
20+
- humble
21+
paths:
22+
- '.github/workflows/humble-source-build.yml'
1823
schedule:
1924
# Run every day to detect flakiness and broken dependencies
2025
- cron: '03 3 * * MON-FRI'
@@ -25,4 +30,4 @@ jobs:
2530
with:
2631
ros_distro: humble
2732
ref: humble
28-
os_name: ubuntu-22.04
33+
container: ubuntu:22.04

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.jazzy.repos'
1717
- '**.xml'
18+
pull_request:
19+
branches:
20+
- jazzy
21+
paths:
22+
- '.github/workflows/jazzy-source-build.yml'
1823
schedule:
1924
# Run every day to detect flakiness and broken dependencies
2025
- cron: '03 3 * * MON-FRI'

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
- 'ros2_controllers.rolling.repos'
1717
- 'ros2_controllers.kilted.repos'
1818
- '**.xml'
19+
pull_request:
20+
branches:
21+
- master
22+
paths:
23+
- '.github/workflows/rolling-source-build.yml'
1924
schedule:
2025
# Run every day to detect flakiness and broken dependencies
2126
- cron: '03 3 * * MON-FRI'

0 commit comments

Comments
 (0)