Skip to content

Commit 1fc9017

Browse files
author
Felix Exner (fexner)
authored
Cleanup branched out iron branch (#754)
* Remove unused workflows for iron branch * Remove repos files from other branches * Fix semi-binary upstream branches * fix branch for coverage build
1 parent 26e18df commit 1fc9017

26 files changed

+9
-506
lines changed

.github/dependabot.yml

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

.github/mergify.yml

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

.github/workflows/ci-format.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ name: Format
55

66
on:
77
workflow_dispatch:
8+
branches:
9+
- iron
810
pull_request:
11+
branches:
12+
- iron
913
push:
1014
branches:
11-
- main
15+
- iron
1216

1317
jobs:
1418
pre-commit:

.github/workflows/coverage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage Build
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- iron
66

77
jobs:
88
coverage:
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
env:
16-
ROS_DISTRO: rolling
16+
ROS_DISTRO: iron
1717
ros_version: 2
1818
steps:
1919
- uses: ros-tooling/[email protected]

.github/workflows/foxy-binary-build.yml

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

.github/workflows/foxy-semi-binary-build.yml

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

.github/workflows/galactic-binary-build.yml

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

.github/workflows/galactic-execution-test.yml

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

.github/workflows/galactic-semi-binary-build.yml

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

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

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

0 commit comments

Comments
 (0)