Skip to content

Commit

Permalink
Refs #21302: Use selected branch in migging jobs (docs & uncrustify)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 2, 2024
1 parent d1a8446 commit 07a5afd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ jobs:
runs-on: ubuntu-22.04
steps:

- name: Sync repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
path: src
ref: ${{ inputs.ref }}

- name: Install libtinyxml in ubuntu
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
with:
Expand Down Expand Up @@ -309,5 +315,11 @@ jobs:
runs-on: ubuntu-22.04
steps:

- name: Sync repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
path: src
ref: ${{ inputs.ref }}

- name: Uncrustify
uses: eProsima/eProsima-CI/ubuntu/uncrustify@v0

0 comments on commit 07a5afd

Please sign in to comment.