[parallel_gripper_controller] disable tests by default as they need s… #3
This file contains hidden or 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: | |
| push: | |
| branches: | |
| - humble | |
| paths: | |
| - '**.hpp' | |
| - '**.h' | |
| - '**.cpp' | |
| - '**.py' | |
| - '**.yaml' | |
| - '.github/workflows/humble-source-build.yml' | |
| - '**/package.xml' | |
| - '**/CMakeLists.txt' | |
| - 'ros2_controllers.humble.repos' | |
| - '**.xml' | |
| schedule: | |
| # Run every day to detect flakiness and broken dependencies | |
| - cron: '03 4 * * *' | |
| jobs: | |
| source: | |
| uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master | |
| with: | |
| ros_distro: humble | |
| ref: humble | |
| ros2_repo_branch: humble | |
| os_name: ubuntu-22.04 |