Skip to content

Commit

Permalink
Update setup ros (FieldRobotEvent#68) (FieldRobotEvent#69)
Browse files Browse the repository at this point in the history
(cherry picked from commit d1453c0)

Co-authored-by: Rick-v-E <[email protected]>
  • Loading branch information
github-actions[bot] and Rick-v-E authored Apr 17, 2024
1 parent 48dfed1 commit 90a2d44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ros-humble-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-humble

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ros-iron-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-iron

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: iron
- uses: ros-tooling/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ros-rolling-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-rolling

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -14,9 +12,11 @@ on:

jobs:
build:
runs-on: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 90a2d44

Please sign in to comment.