Skip to content

Commit

Permalink
Use testing repos for semi-binary and compatibility build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 14, 2024
1 parent d2d84fc commit ccd4b75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: humble
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: iron
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: jazzy
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: rolling
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down

0 comments on commit ccd4b75

Please sign in to comment.