Skip to content

Humble - RHEL Semi-Binary Build #344

Humble - RHEL Semi-Binary Build

Humble - RHEL Semi-Binary Build #344

name: Humble - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-rhel-semi-binary-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- '**.xml'
- 'realtime_tools.humble.repos'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * MON-FRI'
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_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
with:
ros_distro: humble
ref_for_scheduled_build: humble
upstream_workspace: realtime_tools.humble.repos