From fa801a13d991863160552d9538fc83e30e49b5ab Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Tue, 5 Dec 2023 17:12:12 +0100
Subject: [PATCH] ci: ROS2 not yet available

---
 .github/workflows/ci-linux-ros.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-linux-ros.yml b/.github/workflows/ci-linux-ros.yml
index 1fae166..01b9718 100644
--- a/.github/workflows/ci-linux-ros.yml
+++ b/.github/workflows/ci-linux-ros.yml
@@ -7,9 +7,9 @@ jobs:
       matrix:
         env:
           - {ROS_DISTRO: noetic, BUILDER: catkin_tools}
-          - {ROS_DISTRO: rolling}
-          - {ROS_DISTRO: iron}
-          - {ROS_DISTRO: humble}
+          #- {ROS_DISTRO: rolling}
+          #- {ROS_DISTRO: iron}
+          #- {ROS_DISTRO: humble}
     env:
       CCACHE_DIR: /github/home/.ccache # Enable ccache
       UPSTREAM_WORKSPACE: dependencies.rosinstall
-- 
GitLab