Skip to content

[CI] remove workflow dispatch branch (backport #1362) (#1374) #815

[CI] remove workflow dispatch branch (backport #1362) (#1374)

[CI] remove workflow dispatch branch (backport #1362) (#1374) #815

name: Humble Source Build
on:
workflow_dispatch:
push:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
jobs:
source:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
with:
ros_distro: humble
ref: humble
ros2_repo_branch: humble