From df4d2daa6e58f08c58661bbf88708a9d4d444496 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Thu, 22 Aug 2024 08:54:24 +0000 Subject: [PATCH] Run CI scheduled --- .github/workflows/ci-rolling.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: