Skip to content

Commit dc53b35

Browse files
committed
Use specified version of server and python
Signed-off-by: Manuel Valch <[email protected]>
1 parent ff359d8 commit dc53b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ jobs:
147147
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
148148
with:
149149
remote_repository: eProsima/Fast-DDS-python
150-
fallback_branch: main
150+
fallback_branch: ${{ inputs.fastdds-python-branch }}
151151

152152
- name: Get Discovery Server branch
153153
id: get_discovery_server_branch
154154
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
155155
with:
156156
remote_repository: eProsima/Discovery-Server
157-
fallback_branch: master
157+
fallback_branch: ${{ inputs.discovery-server-branch }}
158158

159159
- name: Download Fast CDR, Fast DDS Python, and Discovery Server
160160
run: |

0 commit comments

Comments
 (0)