Skip to content

Commit f72a031

Browse files
Update upstream pre-commit wf
1 parent 4722966 commit f72a031

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/humble-pre-commit.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ on:
99
jobs:
1010
pre-commit:
1111
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
ROS_DISTRO: [humble]
1612
with:
17-
ros_distro: ${{ matrix.ROS_DISTRO }}
18-
os_name: ubuntu-22.04
13+
ros_distro: humble

.github/workflows/rolling-pre-commit.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
include:
16-
- ROS_DISTRO: iron
17-
CONTAINER: ""
18-
OS_NAME: ubuntu-22.04
19-
- ROS_DISTRO: jazzy
20-
CONTAINER: ubuntu:24.04
21-
OS_NAME: ubuntu-latest
22-
- ROS_DISTRO: rolling
23-
CONTAINER: ubuntu:24.04
24-
OS_NAME: ubuntu-latest
15+
ROS_DISTRO: [iron, jazzy, rolling]
2516
with:
2617
ros_distro: ${{ matrix.ROS_DISTRO }}
2718
os_name: ${{ matrix.OS_NAME }}

0 commit comments

Comments
 (0)