Skip to content

Commit 1ecb16e

Browse files
authored
Modify the job name for test target to fix the artifact overriding (DataDog#20956)
1 parent ae958bf commit 1ecb16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ defaults:
9292

9393
jobs:
9494
run:
95-
name: "${{ inputs.job-name }}"
95+
name: "${{ inputs.job-name }}${{ inputs.target-env && format('-{0}', inputs.target-env) || '' }}"
9696
runs-on: ${{ fromJson(inputs.runner) }}
9797

9898
env:

0 commit comments

Comments
 (0)