Skip to content

Commit cecc598

Browse files
authored
Revert ROS2 test sources (#524)
1 parent d677a88 commit cecc598

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: ros-tooling/[email protected]
2626
with:
27-
use-ros2-testing: true
27+
use-ros2-testing: false
2828
required-ros-distributions: ${{ env.ROS_DISTRO }}
2929

3030
- name: Dependencies
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: ros-tooling/[email protected]
6565
with:
66-
use-ros2-testing: true
66+
use-ros2-testing: false
6767
required-ros-distributions: ${{ env.ROS_DISTRO }}
6868

6969
- name: dependencies
@@ -209,7 +209,7 @@ jobs:
209209

210210
- uses: ros-tooling/[email protected]
211211
with:
212-
use-ros2-testing: true
212+
use-ros2-testing: false
213213
required-ros-distributions: ${{ env.ROS_DISTRO }}
214214

215215
- name: Dependencies

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: ros-tooling/[email protected]
4141
with:
42-
use-ros2-testing: true
42+
use-ros2-testing: false
4343
required-ros-distributions: ${{ matrix.distro }}
4444

4545
- name: Dependencies
@@ -682,7 +682,7 @@ jobs:
682682

683683
- uses: ros-tooling/[email protected]
684684
with:
685-
use-ros2-testing: true
685+
use-ros2-testing: false
686686
required-ros-distributions: ${{ matrix.distro }}
687687

688688
- name: Dependencies
@@ -754,7 +754,7 @@ jobs:
754754

755755
- uses: ros-tooling/[email protected]
756756
with:
757-
use-ros2-testing: true
757+
use-ros2-testing: false
758758
required-ros-distributions: ${{ matrix.distro }}
759759

760760
- name: dependencies

0 commit comments

Comments
 (0)