Skip to content

Commit 8516131

Browse files
authored
[CI] Only run prerelease for ros2
1 parent 09f8ba9 commit 8516131

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci-linux-ros.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
- {ROS_DISTRO: noetic, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: OFF}
1111
- {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
1212
- {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
13+
- {ROS_DISTRO: humble, PRERELEASE: true}
1314
- {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
1415
- {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
16+
- {ROS_DISTRO: rolling, PRERELEASE: true}
1517
env:
1618
#CCACHE_DIR: /github/home/.ccache # Enable ccache
1719
CMAKE_ARGS: -DBUILD_WITH_VECTORIZATION_SUPPORT=${{ matrix.env.VECTORIZATION_SUPPORT }} # Simde is available since humble
18-
PRERELEASE: true
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v3
@@ -27,9 +28,5 @@ jobs:
2728
# path: ${{ env.CCACHE_DIR }}
2829
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
2930
# Run industrial_ci
30-
- name: Display environment variables
31-
env: ${{ matrix.env }}
32-
run: |
33-
echo "CMAKE_ARGS: "$CMAKE_ARGS
3431
- uses: 'ros-industrial/industrial_ci@master'
3532
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)