Skip to content

Fix invalid preprocessor command 'warning' on MSVC #29

Fix invalid preprocessor command 'warning' on MSVC

Fix invalid preprocessor command 'warning' on MSVC #29

name: Rolling - RHEL Binary Build
on:
workflow_dispatch:
pull_request: &event
branches:
- main
push: *event
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
rhel_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ref_for_scheduled_build: main