Skip to content

Commit f23c40c

Browse files
authored
Fix ref_for_scheduled_build for humble (backport #296) (#297)
1 parent e934ef9 commit f23c40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ros_distro: humble
3131
ros_repo: ${{ matrix.ROS_REPO }}
32-
ref_for_scheduled_build: master
32+
ref_for_scheduled_build: humble
3333
binary_clang:
3434
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
3535
with:

.github/workflows/humble-binary-downstream-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ros_distro: humble
2424
ros_repo: testing
25-
ref_for_scheduled_build: master
25+
ref_for_scheduled_build: humble
2626
not_test_build: true
2727
downstream_workspace: ros_controls.humble.repos
2828
not_test_downstream: true

0 commit comments

Comments
 (0)