Skip to content

Commit

Permalink
Fix input branch on reusable windows CI (#4539)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit a97e7ab)

# Conflicts:
#	.github/workflows/ubuntu-ci.yml
  • Loading branch information
EduPonz authored and mergify[bot] committed Mar 9, 2024
1 parent 9fc686b commit 7812e69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
path: src/fastrtps
submodules: true
ref: ${{ inputs.fastdds-branch }}
ref: ${{ inputs.fastdds_branch }}

- name: Get minimum supported version of CMake
uses: lukka/get-cmake@latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
os-image: ${{ matrix.os-image }}
label: ${{ inputs.label || 'ubuntu-ci' }}
colcon-args: ${{ inputs.colcon-args }}
<<<<<<< HEAD
cmake-args: ${{ inputs.cmake-args || "-DSECURITY=ON" }}
ctest-args: ${{ inputs.ctest-args || "-LE xfail" }}
fastdds-branch: ${{ inputs.fastdds_branch || github.ref || '2.10.x' }}
=======
cmake-args: ${{ inputs.cmake-args || '-DSECURITY=ON' }}
ctest-args: ${{ inputs.ctest-args || '-LE xfail' }}
fastdds-branch: ${{ inputs.fastdds_branch || github.ref || 'master' }}
>>>>>>> a97e7ab7d (Fix input branch on reusable windows CI (#4539))

0 comments on commit 7812e69

Please sign in to comment.