Skip to content

Commit a4f874a

Browse files
committed
Add workflows for kilted
1 parent 4f47854 commit a4f874a

4 files changed

Lines changed: 44 additions & 2 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Kilted 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+
kilted_binary_main:
17+
uses: ./.github/workflows/reusable_ici.yml
18+
with:
19+
ros_distro: kilted
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: Kilted 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+
kilted_binary_testing:
17+
uses: ./.github/workflows/reusable_ici.yml
18+
with:
19+
ros_distro: kilted
20+
ros_repo: testing
21+
ref_for_scheduled_build: main

.github/workflows/rolling-binary-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- main
1212
schedule:
13-
- cron: '34 12 * * *'
13+
- cron: '34 12 * * 0'
1414

1515
jobs:
1616
rolling_binary_main:

.github/workflows/rolling-binary-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- main
1212
schedule:
13-
- cron: '34 12 * * *'
13+
- cron: '34 12 * * 0'
1414

1515
jobs:
1616
rolling_binary_testing:

0 commit comments

Comments
 (0)