Skip to content

Jazzy - RHEL Semi-Binary Build #2

Jazzy - RHEL Semi-Binary Build

Jazzy - RHEL Semi-Binary Build #2

name: Jazzy - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '42 4 * * *'
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: jazzy
upstream_workspace: kinematics_interface.jazzy.repos
ref_for_scheduled_build: master