File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 dependencies_artifact_postfix :
3939 description : ' Postfix name to add to artifact name to download dependencies. This is use to download a specific artifact version from eProsima-CI.'
4040 required : true
41- default : ' _nightly '
41+ default : ' _ddsenabler '
4242
4343 pull_request :
4444 push :
@@ -51,15 +51,15 @@ jobs:
5151 name : reusable_tests
5252 uses : ./.github/workflows/reusable-ubuntu-ci.yml
5353 with :
54- dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_nightly ' }}
54+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_ddsenabler ' }}
5555 ref : ${{ github.ref }}
5656 secrets : inherit
5757
5858 reusable_tests_windows :
5959 name : reusable_tests
6060 uses : ./.github/workflows/reusable-windows-ci.yml
6161 with :
62- dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_nightly ' }}
62+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_ddsenabler ' }}
6363 ref : ${{ github.ref }}
6464 secrets : inherit
6565
7272 devutils_branch : ${{ inputs.devutils_branch || 'main' }}
7373 ddspipe_branch : ${{ inputs.ddspipe_branch || 'main' }}
7474 ddsenabler_branch : ${{ inputs.ddsenabler_branch || github.head_ref || github.ref_name }}
75- dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_nightly ' }}
75+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix || '_ddsenabler ' }}
7676 ref : ${{ github.ref }}
7777 secrets : inherit
You can’t perform that action at this time.
0 commit comments