Skip to content

Commit 803d9fe

Browse files
test the downstream packages, which are part of our organization
1 parent 5f41d4a commit 803d9fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
ref_for_scheduled_build: master
2626
not_test_build: true
2727
upstream_workspace: kinematics_interface.humble.repos
28+
# we test the downstream packages, which are part of our organization
2829
downstream_workspace: ros_controls.humble.repos
29-
not_test_downstream: true
30+
not_test_downstream: false

.github/workflows/rolling-semi-binary-downstream-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
ref_for_scheduled_build: master
3131
not_test_build: true
3232
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos
33+
# we test the downstream packages, which are part of our organization
3334
downstream_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos
34-
not_test_downstream: true
35+
not_test_downstream: false

0 commit comments

Comments
 (0)