Skip to content

Add ici workflow

Add ici workflow #1

name: Rolling Binary Testing

Check failure on line 1 in .github/workflows/rolling-binary-testing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rolling-binary-testing.yml

Invalid workflow file

invalid `cron` attribute "12 34 * * *"
on:
workflow_dispatch:
branches:
- main
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '12 34 * * *'
jobs:
rolling_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
ros_repo: testing
ref_for_scheduled_build: main