Skip to content

Commit

Permalink
Refs #21226: TODO DROP THIS - test agains Fast DDS 2.6.x with types r…
Browse files Browse the repository at this point in the history
…egeneration script

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 26, 2024
1 parent ca58301 commit 3210408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: 'Branch or tag of Fast DDS repository'
required: false
type: string
default: '2.6.x'
default: 'mergify/bp/2.6.x/pr-5093'
fastcdr-branch:
description: 'Branch or tag of Fast CDR repository'
required: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
java-version: 'openjdk-11-jdk'
label: 'ubuntu-ci-openjdk-11-jdk'
fastddsgen-branch: ${{ inputs.fastddsgen-branch || github.ref }}
fastdds-branch: ${{ inputs.fastdds-branch || '2.6.x' }}
fastdds-branch: ${{ inputs.fastdds-branch || 'mergify/bp/2.6.x/pr-5093' }}
fastcdr-branch: ${{ inputs.fastcdr-branch || '1.0.x' }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || '1.0.x' }}
discovery-server-branch: ${{ inputs.discovery-server-branch || 'v1.2.1' }}
Expand Down

0 comments on commit 3210408

Please sign in to comment.