Skip to content

Commit 3bba2a6

Browse files
authored
Add agent version to the job name for test agent target (DataDog#21064)
1 parent 03a4220 commit 3bba2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-agent-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
repo: core
5050

51-
job-name: ${{ inputs.platform }}-${{ inputs.integration }}
51+
job-name: "[${{ inputs.integration }} - ${{inputs.agent-image}}] ${{ inputs.platform }}"
5252
platform: ${{ inputs.platform }}
5353
runner: ${{ inputs.platform == 'linux' && '["ubuntu-22.04"]' || inputs.platform == 'windows' && '["windows-2022"]' || '["macos-13"]' }}
5454

0 commit comments

Comments
 (0)