We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae9d0 commit 378a6a8Copy full SHA for 378a6a8
1 file changed
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
fastdds_branch: ${{ inputs.fastdds_branch || '2.x' }}
76
dev_utils_branch: ${{ inputs.dev_utils_branch || 'main' }}
77
ddspipe_branch: ${{ inputs.ddspipe_branch || 'main' }}
78
- ddsrouter_branch: ${{ inputs.ddsrouter_branch || github.head_ref }}
+ ddsrouter_branch: ${{ inputs.ddsrouter_branch || github.head_ref || github.ref_name }}
79
custom_version_build: ${{ inputs.custom_version_build || 'v2' }}
80
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
81
secrets: inherit
0 commit comments