Skip to content

Commit

Permalink
test the downstream packages, which are part of our organization
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2024
1 parent 5f41d4a commit 803d9fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/humble-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
ref_for_scheduled_build: master
not_test_build: true
upstream_workspace: kinematics_interface.humble.repos
# we test the downstream packages, which are part of our organization
downstream_workspace: ros_controls.humble.repos
not_test_downstream: true
not_test_downstream: false
3 changes: 2 additions & 1 deletion .github/workflows/rolling-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
ref_for_scheduled_build: master
not_test_build: true
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos
# we test the downstream packages, which are part of our organization
downstream_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos
not_test_downstream: true
not_test_downstream: false

0 comments on commit 803d9fe

Please sign in to comment.