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 420abbf commit 9a3b3beCopy full SHA for 9a3b3be
1 file changed
.github/workflows/rolling-binary-build.yml
@@ -36,6 +36,9 @@ jobs:
36
matrix:
37
ROS_DISTRO: [lyrical,rolling]
38
ROS_REPO: [main, testing]
39
+ exclude:
40
+ - ROS_DISTRO: rolling
41
+ ROS_REPO: main
42
with:
43
ros_distro: ${{ matrix.ROS_DISTRO }}
44
ros_repo: ${{ matrix.ROS_REPO }}
0 commit comments