Add info where the pdf is saved to view_controller_chains (#1094) (#1… #545
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Humble Source Build | |
on: | |
workflow_dispatch: | |
branches: | |
- humble | |
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 |