Skip to content

Commit 55d7d06

Browse files
committed
Fix title and inputs for test-agent-target
1 parent 2b4d9a7 commit 55d7d06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

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

@@ -59,8 +59,6 @@ jobs:
5959
test-py3: ${{ inputs.test-py3 }}
6060
agent-image: "${{ inputs.agent-image }}"
6161
agent-image-py2: "${{ inputs.agent-image-py2 }}"
62-
agent-image-windows: "${{ inputs.agent-image-windows }}"
63-
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
6462
target-env: ${{ inputs.environment }}
6563
secrets: inherit
6664
permissions:

0 commit comments

Comments
 (0)