Skip to content

Commit 7340826

Browse files
committed
Add lyrical builds
1 parent a4f874a commit 7340826

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Lyrical Binary Main
2+
on:
3+
workflow_dispatch:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
push:
10+
branches:
11+
- main
12+
schedule:
13+
- cron: '34 12 * * 0'
14+
15+
jobs:
16+
lyrical_binary_main:
17+
uses: ./.github/workflows/reusable_ici.yml
18+
with:
19+
ros_distro: lyrical
20+
ros_repo: main
21+
ref_for_scheduled_build: main
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Lyrical Binary Testing
2+
on:
3+
workflow_dispatch:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
push:
10+
branches:
11+
- main
12+
schedule:
13+
- cron: '34 12 * * 0'
14+
15+
jobs:
16+
lyrical_binary_testing:
17+
uses: ./.github/workflows/reusable_ici.yml
18+
with:
19+
ros_distro: lyrical
20+
ros_repo: testing
21+
ref_for_scheduled_build: main

0 commit comments

Comments
 (0)