Skip to content

Commit

Permalink
Remove head_ref branch for discovery_server in sanitizer action (#4450)
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf authored and JLBuenoLopez committed Mar 6, 2024
1 parent e63738a commit a6aeca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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
Expand Down

0 comments on commit a6aeca2

Please sign in to comment.