Skip to content

Commit 3714bc9

Browse files
Deactivate rolling-main CI job (#639)
1 parent 0afa7e1 commit 3714bc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
matrix:
3636
ROS_DISTRO: [lyrical, rolling]
3737
ROS_REPO: [main, testing]
38+
exclude:
39+
- ROS_DISTRO: rolling
40+
ROS_REPO: main
3841
with:
3942
ros_distro: ${{ matrix.ROS_DISTRO }}
4043
ros_repo: ${{ matrix.ROS_REPO }}

0 commit comments

Comments
 (0)