Skip to content

Rolling Semi-Binary Build #808

Rolling Semi-Binary Build

Rolling Semi-Binary Build #808

name: Rolling Semi-Binary Build
# description: 'Build & test that compiles the main dependencies from source.'
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
jobs:
semi_binary:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
with:
ros_distro: rolling
upstream_workspace: ros2_control_demos.rolling.repos
ref_for_scheduled_build: master