Skip to content

Update ci #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/humble-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Humble Binary Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
humble_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/humble-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Humble Binary Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
humble_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/humble-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Humble Semi Binary Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
humble_semi_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/humble-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Humble Semi Binary Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
humble_semi_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/iron-binary-main.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/iron-binary-testing.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/iron-semi-binary-main.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/iron-semi-binary-testing.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/jazzy-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Jazzy Binary Main
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
jazzy_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: jazzy
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/jazzy-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Jazzy Binary Testing
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
jazzy_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: jazzy
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/jazzy-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Jazzy Semi Binary Main
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
jazzy_semi_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: jazzy
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/jazzy-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Jazzy Semi Binary Testing
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
jazzy_semi_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: jazzy
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rolling-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rolling Binary Main
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
rolling_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rolling-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rolling Binary Testing
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
rolling_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rolling-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rolling Semi Binary Main
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
rolling_semi_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rolling-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rolling Semi Binary Testing
on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -13,7 +11,7 @@ on:
- cron: '13 4 * * *'

jobs:
binary:
rolling_semi_binary_testing:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
Expand Down
25 changes: 0 additions & 25 deletions ur_simulation_gz.iron.repos

This file was deleted.

Loading