We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3700f commit fd27b9fCopy full SHA for fd27b9f
2 files changed
.github/workflows/reusable-ubuntu-ci.yml
@@ -130,7 +130,7 @@ jobs:
130
uses: eProsima/eProsima-CI/external/checkout@v0
131
with:
132
repository: eProsima/Fast-DDS
133
- ref: ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
+ ref: 'mergify/bp/2.13.x/pr-5016'
134
path: ${{ github.workspace }}/src/fastrtps
135
136
- name: Fetch Fast DDS dependencies
docs/conf.py
@@ -221,7 +221,7 @@ def configure_doxyfile(
221
fastdds.refs.__contains__('origin/{}'.format(fastdds_branch))):
222
fastdds_branch = 'origin/{}'.format(fastdds_branch)
223
else:
224
- fastdds_branch = 'origin/2.13.x'
+ fastdds_branch = 'origin/mergify/bp/2.13.x/pr-5016'
225
print(f'Fast DDS branch is not set by env var. Using "{fastdds_branch}"')
226
227
# Actual checkout
0 commit comments