Skip to content

Commit

Permalink
Refs #19490: Fix ASan workflow branch selection
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz committed Sep 11, 2023
1 parent f469b5f commit 1ecbc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanitizer-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: eProsima/eProsima-CI/ubuntu/get_file_from_repo@v0
with:
source_repository: eProsima/Fast-DDS
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || master }}
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || 'master' }}
file_name: fastrtps.repos
file_result: fastrtps.repos

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: eProsima/eProsima-CI/ubuntu/get_file_from_repo@v0
with:
source_repository: eProsima/Fast-DDS
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || master }}
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || 'master' }}
file_name: fastrtps.repos
file_result: fastrtps.repos

Expand Down

0 comments on commit 1ecbc66

Please sign in to comment.