From 98fc933dba1496c7ea028322ecb49c1da4db70e4 Mon Sep 17 00:00:00 2001 From: Luis Camero Date: Fri, 12 Apr 2024 16:21:49 -0400 Subject: [PATCH] Skip micro-ros-agent --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c888600..5ac2fc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: env: - - {ROS_DISTRO: humble, ROS_REPO: testing, ROSDEP_SKIP_KEYS: "sevcon_traction umx_driver valence_bms_driver"} - - {ROS_DISTRO: humble, ROS_REPO: main, ROSDEP_SKIP_KEYS: "sevcon_traction umx_driver valence_bms_driver"} + - {ROS_DISTRO: humble, ROS_REPO: testing, ROSDEP_SKIP_KEYS: "micro_ros_agent sevcon_traction umx_driver valence_bms_driver"} + - {ROS_DISTRO: humble, ROS_REPO: main, ROSDEP_SKIP_KEYS: "micro_ros_agent sevcon_traction umx_driver valence_bms_driver"} fail-fast: false runs-on: ubuntu-22.04 steps: