Added service to enable and disable tool contact. #316
Workflow file for this run
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: Noetic Semi-Binary Build Main | |
on: | |
workflow_dispatch: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
schedule: | |
# Run every morning to detect flakiness and broken dependencies | |
- cron: '32 5 * * *' | |
jobs: | |
binary: | |
uses: ./.github/workflows/reusable_ici.yml | |
with: | |
ros_distro: noetic | |
ros_repo: main | |
ref_for_scheduled_build: master | |
upstream_workspace: .noetic.rosinstall |