Skip to content

Commit 6053c2f

Browse files
Don't test semi-binary on main
1 parent 4d6bada commit 6053c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ROS_DISTRO: [humble]
23-
ROS_REPO: [main, testing]
23+
ROS_REPO: [testing]
2424
with:
2525
ros_distro: ${{ matrix.ROS_DISTRO }}
2626
ros_repo: ${{ matrix.ROS_REPO }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ROS_DISTRO: [rolling, jazzy, iron]
23-
ROS_REPO: [main, testing]
23+
ROS_REPO: [testing]
2424
with:
2525
ros_distro: ${{ matrix.ROS_DISTRO }}
2626
ros_repo: ${{ matrix.ROS_REPO }}

0 commit comments

Comments
 (0)