From 70795df442c59d76fda6df94afa69c29754a92cd Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Wed, 29 May 2024 08:30:31 +0200 Subject: [PATCH] Set Fallback branch to 2.6.x Signed-off-by: Mario Dominguez --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 6381198fd93..c413b01aba0 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -109,7 +109,7 @@ jobs: uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 with: remote_repository: eProsima/ShapesDemo - fallback_branch: 'master' + fallback_branch: '2.6.x' - name: Download Shapes Demo repo uses: eProsima/eProsima-CI/external/checkout@v0