Skip to content

Commit

Permalink
Refs #21459: Fix documentation CI to run only in 'Release' mode
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 11, 2024
1 parent c9a4bbb commit dbf1a25
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ jobs:

documentation:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
cmake_build_type:
- Release
- Debug

steps:
- name: Sync repository
uses: eProsima/eProsima-CI/external/checkout@v0
Expand All @@ -151,7 +144,7 @@ jobs:
- name: Install Fast DDS dependencies
uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@v0
with:
cmake_build_type: ${{ matrix.cmake_build_type }}
cmake_build_type: 'Release'

- name: Fetch Fast DDS Monitor repositories
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
Expand Down Expand Up @@ -181,7 +174,7 @@ jobs:
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@v0
with:
packages_names: fastdds_monitor
cmake_build_type: ${{ matrix.cmake_build_type }}
cmake_build_type: 'Release'
cmake_args: '-DTHIRDPARTY=ON -DBUILD_DOCUMENTATION=ON -DBUILD_DOCUMENTATION_TESTS=ON'
colcon_meta_file: ${{ github.workspace }}/src/fastdds_monitor/.github/workflows/configurations/Linux/colcon.meta
workspace: ${{ github.workspace }}
Expand Down

0 comments on commit dbf1a25

Please sign in to comment.