Skip to content

Commit 7997ab2

Browse files
Skip base branch in Fast CDR branch selection (#229)
Signed-off-by: Carlosespicur <[email protected]>
1 parent c7b1678 commit 7997ab2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
with:
119119
remote_repository: eProsima/Fast-CDR
120120
fallback_branch: ${{ inputs.fastcdr-branch }}
121+
skip_base: true
121122

122123
- name: Download Fast CDR
123124
uses: eProsima/eProsima-CI/external/checkout@v0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
with:
138138
remote_repository: eProsima/Fast-CDR
139139
fallback_branch: ${{ inputs.fastcdr-branch }}
140+
skip_base: true
140141

141142
- name: Download Fast CDR
142143
uses: eProsima/eProsima-CI/external/checkout@v0

0 commit comments

Comments
 (0)