Skip to content

fixup! Add weekly build for rolling #13

fixup! Add weekly build for rolling

fixup! Add weekly build for rolling #13

---

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 "30 14 * * 7"
name: Build and Test (rolling)
on:
push:
branches: [rolling]
pull_request:
branches: [rolling]
workflow_dispatch:
schedule:
- cron: '30 14 * * 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