Skip to content

Commit

Permalink
Refs #19461: Fix ASAN nightly jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
EduPonz committed Sep 11, 2023
1 parent 3bc5bfb commit ade4fea
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 @@ -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 }}
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 ade4fea

Please sign in to comment.