Skip to content

build

build #1281

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
build_and_test:
name: rmf_task
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
with:
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
packages: |
rmf_task
rmf_task_sequence
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "noble"}]'