diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index 85b6784b..4bf0e162 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -1,10 +1,14 @@ name: gz_ros2_control CI - Rolling on: + workflow_dispatch: pull_request: branches: [ master ] push: branches: [ master ] + schedule: + # Run every morning to detect flakiness and broken dependencies + - cron: '03 5 * * *' jobs: build: