Skip to content

Jazzy Source Build #505

Jazzy Source Build

Jazzy Source Build #505

name: Jazzy Source Build
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/jazzy-source-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.jazzy.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
jobs:
source:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master
with:
ros_distro: jazzy
ref: master
ros2_repo_branch: jazzy

Check failure on line 28 in .github/workflows/jazzy-source-build.yml

View workflow run for this annotation

GitHub Actions / Jazzy Source Build

Invalid workflow file

The workflow is not valid. .github/workflows/jazzy-source-build.yml (Line: 28, Col: 25): Invalid input, ros2_repo_branch is not defined in the referenced workflow.
container: ubuntu:24.04