From e16fbfc989f8ebee7fdcef289dccfba94cfe10a5 Mon Sep 17 00:00:00 2001 From: v4hn Date: Tue, 27 Aug 2024 12:04:57 +0200 Subject: [PATCH] set build triggers - trigger builds on Tuesday and Saturday the build times exceed 24 hours and are expected to go up, so more than two a week does not make too much sense. - do not trigger on changes to user scripts and documentation --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17445fe373..ee1391a7b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,6 +3,11 @@ name: build on: workflow_dispatch: push: + paths: + - '**.repos' + - '**.yaml' + schedule: + - cron: '13 1 * * 2,6' jobs: ros-robot: