Skip to content

Update CI to rolling on main #989

Update CI to rolling on main

Update CI to rolling on main #989

Workflow file for this run

name: build
on:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build_and_test:
name: rmf_demos
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main

Check failure on line 11 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 11, Col: 11): Input packages is required, but not provided while calling.
with:
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "jammy"}]'