Skip to content

Commit bbd82cd

Browse files
committed
update
1 parent e8b015a commit bbd82cd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/_linux_build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,7 @@ on:
3737
permissions: read-all
3838

3939
jobs:
40-
wheel:
41-
if: ${{ contains(inputs.test_type, 'wheel') }}
42-
name: ${{ inputs.pytorch }}
43-
runs-on: ubuntu-latest
44-
steps:
45-
- name: Use ${{ inputs.pytorch }}
46-
run: echo 'Use ${{ inputs.pytorch }}'
47-
4840
get_runner:
49-
if: ${{ ! contains(inputs.test_type, 'wheel') }}
5041
runs-on: ${{ inputs.runner }}
5142
outputs:
5243
test_host: ${{ steps.runner-info.outputs.test_host }}
@@ -78,7 +69,9 @@ jobs:
7869
sudo rm -rf ${RUNNER_TEMP} ${RUNNER_TOOL_CACHE}
7970
8071
build:
72+
name: ${{ contains(inputs.test_type, 'wheel') && inputs.pytorch || 'build' }}
8173
needs: get_runner
74+
if: ${{ ! contains(inputs.test_type, 'wheel') }}
8275
runs-on: ${{ needs.get_runner.outputs.test_host }}
8376
container:
8477
image: 'pytorch/manylinux2_28-builder:xpu-main'

0 commit comments

Comments
 (0)