We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f31dd3 commit 035f0f1Copy full SHA for 035f0f1
.github/workflows/build-rocm-wheel.yml
@@ -225,8 +225,7 @@ jobs:
225
name: Create PyPI Repository and Publish
226
needs: [build-base-wheels, collect-dependency-wheels, build-vllm-wheel]
227
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
+ runs-on: ubuntu-latest-l
230
steps:
231
- name: Checkout repository
232
uses: actions/checkout@v4
0 commit comments