Skip to content

Noetic Binary Build Testing #459

Noetic Binary Build Testing

Noetic Binary Build Testing #459

name: Noetic Binary Build Testing
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: testing
ref_for_scheduled_build: master