We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afa7e1 commit 3714bc9Copy full SHA for 3714bc9
1 file changed
.github/workflows/rolling-binary-build.yml
@@ -35,6 +35,9 @@ jobs:
35
matrix:
36
ROS_DISTRO: [lyrical, rolling]
37
ROS_REPO: [main, testing]
38
+ exclude:
39
+ - ROS_DISTRO: rolling
40
+ ROS_REPO: main
41
with:
42
ros_distro: ${{ matrix.ROS_DISTRO }}
43
ros_repo: ${{ matrix.ROS_REPO }}
0 commit comments