From e84265c76463cc9bdf860c450ec258385a29e30c Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Thu, 1 Feb 2024 15:12:59 -0500 Subject: [PATCH] update CI on ros2 branch to only target rolling --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c55051e..1901067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: fail-fast: false matrix: env: - - {ROS_DISTRO: humble, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#ros2"} - {ROS_DISTRO: rolling, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#ros2"} runs-on: ubuntu-22.04 steps: