Skip to content

Commit 27737ff

Browse files
Fix source build workflows (#2550)
1 parent 32ee77b commit 27737ff

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
@@ -13,6 +13,11 @@ on:
1313
- '**/package.xml'
1414
- '**/CMakeLists.txt'
1515
- 'ros2_control.humble.repos'
16+
pull_request:
17+
branches:
18+
- humble
19+
paths:
20+
- .github/workflows/humble-build-source.yml
1621
schedule:
1722
# Run every day to detect flakiness and broken dependencies
1823
- cron: '03 3 * * MON-FRI'
@@ -23,4 +28,4 @@ jobs:
2328
with:
2429
ros_distro: humble
2530
ref: humble
26-
os_name: ubuntu-22.04
31+
container: ubuntu:22.04

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- '**/package.xml'
1414
- '**/CMakeLists.txt'
1515
- 'ros2_control.jazzy.repos'
16+
pull_request:
17+
branches:
18+
- jazzy
19+
paths:
20+
- .github/workflows/jazzy-source-build.yml
1621
schedule:
1722
# Run every day to detect flakiness and broken dependencies
1823
- 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
@@ -14,6 +14,11 @@ on:
1414
- '**/CMakeLists.txt'
1515
- 'ros2_control.rolling.repos'
1616
- 'ros2_control.kilted.repos'
17+
pull_request:
18+
branches:
19+
- master
20+
paths:
21+
- .github/workflows/rolling-source-build.yml
1722
schedule:
1823
# Run every day to detect flakiness and broken dependencies
1924
- cron: '03 3 * * MON-FRI'

0 commit comments

Comments
 (0)