Skip to content

Commit

Permalink
set build triggers
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
v4hn committed Aug 27, 2024
1 parent e1bcdef commit e16fbfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: build
on:
workflow_dispatch:
push:
paths:
- '**.repos'
- '**.yaml'
schedule:
- cron: '13 1 * * 2,6'

jobs:
ros-robot:
Expand Down

0 comments on commit e16fbfc

Please sign in to comment.