Skip to content

Adapt API style of lock_memory to match the one of the other functions (backport #209) #12

Adapt API style of lock_memory to match the one of the other functions (backport #209)

Adapt API style of lock_memory to match the one of the other functions (backport #209) #12

name: Humble RHEL Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
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