Skip to content

Commit 7c65490

Browse files
Don't test main on semi-binary (#642)
1 parent 1b6c0f1 commit 7c65490

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
ROS_DISTRO: [humble]
42-
ROS_REPO: [main, testing]
42+
ROS_REPO: [testing]
4343
with:
4444
ros_distro: ${{ matrix.ROS_DISTRO }}
4545
ros_repo: ${{ matrix.ROS_REPO }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
ROS_DISTRO: [iron]
43-
ROS_REPO: [main, testing]
43+
ROS_REPO: [testing]
4444
with:
4545
ros_distro: ${{ matrix.ROS_DISTRO }}
4646
ros_repo: ${{ matrix.ROS_REPO }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
ROS_DISTRO: [rolling, jazzy]
42-
ROS_REPO: [main, testing]
42+
ROS_REPO: [testing]
4343
with:
4444
ros_distro: ${{ matrix.ROS_DISTRO }}
4545
ros_repo: ${{ matrix.ROS_REPO }}

0 commit comments

Comments
 (0)