Skip to content

Commit 035f0f1

Browse files
committed
use back github large runner
Signed-off-by: tjtanaa <[email protected]>
1 parent 1f31dd3 commit 035f0f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-rocm-wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ jobs:
225225
name: Create PyPI Repository and Publish
226226
needs: [build-base-wheels, collect-dependency-wheels, build-vllm-wheel]
227227
if: always() && (needs.build-vllm-wheel.result == 'success' || github.event.inputs.skip_to_job4 == 'true') && (github.event.inputs.debug_mode != 'true' || github.event.inputs.skip_to_job4 == 'true' || (needs.build-base-wheels.result == 'skipped' && needs.collect-dependency-wheels.result == 'skipped'))
228-
runs-on:
229-
labels: self-hosted
228+
runs-on: ubuntu-latest-l
230229
steps:
231230
- name: Checkout repository
232231
uses: actions/checkout@v4

0 commit comments

Comments
 (0)