From 51e3de1dfbbbcfec8b5c5c4cc6089f61219929a0 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:21:18 +0100 Subject: [PATCH] Remove head_ref branch for discovery_server in sanitizer action (#4450) Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- .github/workflows/sanitizer-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizer-tests.yaml b/.github/workflows/sanitizer-tests.yaml index 4504ad87a81..6df8be9812e 100644 --- a/.github/workflows/sanitizer-tests.yaml +++ b/.github/workflows/sanitizer-tests.yaml @@ -119,7 +119,7 @@ jobs: env: FASTDDS_BRANCH: ${{ github.head_ref || github.event.inputs.fastdds_branch || '3.0.x-devel' }} - DEFAULT_DISCOVERY_SERVER_BRANCH: ${{ github.head_ref || github.event.inputs.discovery_server_branch || '3.0.x-devel' }} + DEFAULT_DISCOVERY_SERVER_BRANCH: ${{ github.event.inputs.discovery_server_branch || '3.0.x-devel' }} steps: - name: Install wget