Skip to content

Check Rolling Compatibility on Humble #15

Check Rolling Compatibility on Humble

Check Rolling Compatibility on Humble #15

name: Check Rolling Compatibility on Humble with Stack Build
on:
workflow_dispatch:
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
jobs:
stack-build-on-humble:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
ROS_REPO: [main, testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
target_workspace: ros_controls.rolling-on-humble.repos
ref_for_scheduled_build: master