Skip to content

Commit d47b65e

Browse files
authored
Update ci (#91)
* Name CI jobs and fix syntax * Remove Iron CI things from repo
1 parent 58de398 commit d47b65e

17 files changed

+12
-147
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble Binary Main
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
humble_binary_main:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: humble

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble Binary Testing
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
humble_binary_testing:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: humble

.github/workflows/humble-semi-binary-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble Semi Binary Main
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
humble_semi_binary_main:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: humble

.github/workflows/humble-semi-binary-testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble Semi Binary Testing
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
humble_semi_binary_testing:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: humble

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

Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/iron-semi-binary-main.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/iron-semi-binary-testing.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Jazzy Binary Main
22
on:
33
workflow_dispatch:
4-
branches:
5-
- ros2
64
pull_request:
75
branches:
86
- ros2
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
jazzy_binary_main:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: jazzy

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Jazzy Binary Testing
22
on:
33
workflow_dispatch:
4-
branches:
5-
- ros2
64
pull_request:
75
branches:
86
- ros2
@@ -13,7 +11,7 @@ on:
1311
- cron: '13 4 * * *'
1412

1513
jobs:
16-
binary:
14+
jazzy_binary_testing:
1715
uses: ./.github/workflows/reusable_ici.yml
1816
with:
1917
ros_distro: jazzy

0 commit comments

Comments
 (0)