diff --git a/.github/workflows/ci_iron.yml b/.github/workflows/ci_iron.yml index 8172536..4d23679 100644 --- a/.github/workflows/ci_iron.yml +++ b/.github/workflows/ci_iron.yml @@ -39,5 +39,5 @@ jobs: uses: ros-tooling/action-ros-ci@v0.3 with: target-ros2-distro: ${{ matrix.ros_distribution }} - skip-tests: false + skip-tests: true extra-cmake-args: "-DYOLOX_USE_OPENVINO=True" \ No newline at end of file diff --git a/.github/workflows/ci_jazzy.yml b/.github/workflows/ci_jazzy.yml index 6400722..eaea030 100644 --- a/.github/workflows/ci_jazzy.yml +++ b/.github/workflows/ci_jazzy.yml @@ -39,5 +39,5 @@ jobs: uses: ros-tooling/action-ros-ci@v0.3 with: target-ros2-distro: ${{ matrix.ros_distribution }} - skip-tests: false + skip-tests: true extra-cmake-args: "-DYOLOX_USE_OPENVINO=True" \ No newline at end of file diff --git a/.github/workflows/ci_rolling.yml b/.github/workflows/ci_rolling.yml index ad14c4f..506fe41 100644 --- a/.github/workflows/ci_rolling.yml +++ b/.github/workflows/ci_rolling.yml @@ -39,5 +39,5 @@ jobs: uses: ros-tooling/action-ros-ci@v0.3 with: target-ros2-distro: ${{ matrix.ros_distribution }} - skip-tests: false + skip-tests: true extra-cmake-args: "-DYOLOX_USE_OPENVINO=True" \ No newline at end of file