We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f874a commit 7340826Copy full SHA for 7340826
2 files changed
.github/workflows/lyrical-binary-main.yml
@@ -0,0 +1,21 @@
1
+name: Lyrical Binary Main
2
+on:
3
+ workflow_dispatch:
4
+ branches:
5
+ - main
6
+ pull_request:
7
8
9
+ push:
10
11
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
.github/workflows/lyrical-binary-testing.yml
+name: Lyrical Binary Testing
+ lyrical_binary_testing:
+ ros_repo: testing
0 commit comments