From 602b19661a66db58c660ae2081c05b83bf28f14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 26 Aug 2024 13:15:11 +0200 Subject: [PATCH] update CI rolling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- .github/workflows/ci-rolling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index 4bf0e162..bf36b14a 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -3,9 +3,9 @@ name: gz_ros2_control CI - Rolling on: workflow_dispatch: pull_request: - branches: [ master ] + branches: [ rolling ] push: - branches: [ master ] + branches: [ rolling ] schedule: # Run every morning to detect flakiness and broken dependencies - cron: '03 5 * * *'