File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 48
48
with :
49
49
repo : core
50
50
51
- job-name : " [ ${{ inputs.integration }} - ${{inputs.agent-image}}] ${{ inputs.platform }}"
51
+ job-name : " ${{ inputs.integration }}- ${{inputs.agent-image}}- ${{ inputs.platform }}-${{ inputs.environment }}"
52
52
platform : ${{ inputs.platform }}
53
53
runner : ${{ inputs.platform == 'linux' && '["ubuntu-22.04"]' || inputs.platform == 'windows' && '["windows-2022"]' || '["macos-13"]' }}
54
54
59
59
test-py3 : ${{ inputs.test-py3 }}
60
60
agent-image : " ${{ inputs.agent-image }}"
61
61
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 }}"
64
62
target-env : ${{ inputs.environment }}
65
63
secrets : inherit
66
64
permissions :
You can’t perform that action at this time.
0 commit comments