Skip to content

Commit 8b97f83

Browse files
committed
Refs #21228: Apply rev suggestions
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent ef43b62 commit 8b97f83

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
destination_workspace: src
130130
skip_existing: 'true'
131131

132-
133132
- name: Colcon build
134133
continue-on-error: false
135134
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
@@ -199,7 +198,6 @@ jobs:
199198
colcon_build_args: ${{ inputs.colcon-args }}
200199
colcon_build_args_default: '--packages-select fastdds_python'
201200
cmake_args: ${{ inputs.cmake-args }}
202-
cmake_args_default: ''
203201
cmake_build_type: ${{ matrix.cmake-build-type }}
204202
workspace: ${{ github.workspace }}
205203
workspace_dependencies: ${{ github.workspace }}/install

.github/workflows/ubuntu-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ on:
3838
required: false
3939
type: boolean
4040
default: false
41-
4241
pull_request:
4342
types:
4443
- review_requested

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![Issues](https://img.shields.io/github/issues/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/issues)
88
[![Forks](https://img.shields.io/github/forks/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/network/members)
99
[![Stars](https://img.shields.io/github/stars/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/stargazers)
10+
[![Fast DDS Python Ubuntu CI (nightly)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml)
11+
feature/1.4.x/21228
1012

1113

1214
*eProsima Fast DDS Python* is a Python binding for the [*eProsima Fast DDS*](https://github.com/eProsima/Fast-DDS) C++ library.

RELEASE_SUPPORT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Release support
22

3-
43
Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/blob/master/RELEASE_SUPPORT.md) for the latest version of this document.

0 commit comments

Comments
 (0)