Skip to content

Commit e2aaa84

Browse files
committed
Changed CI check name
1 parent 84c1f93 commit e2aaa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu20_04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gcc: ['8', '9', '10']
1818
submodule: ['exclude', 'BMI08x-Sensor-API', 'BMP3-Sensor-API', 'all']
1919
container: ros:${{ matrix.rosdistro }}-ros-base-focal
20-
name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} - Submodule ${{ matrix.submodule }}
20+
name: GCC ${{ matrix.gcc }} - Submodule ${{ matrix.submodule }} - ROS ${{ matrix.rosdistro }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
name: Checkout lpp

0 commit comments

Comments
 (0)