Skip to content

Add weekly build for rolling #11

Add weekly build for rolling

Add weekly build for rolling #11

---

Check failure on line 1 in .github/workflows/build_and_test_rolling.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test_rolling.yaml

Invalid workflow file

invalid `cron` attribute "0 0 * * 7"
name: Build and Test (rolling)
on:
push:
branches: [rolling]
pull_request:
branches: [rolling]
workflow_dispatch:
schedule:
- cron: 0 0 * * 7
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: rolling