Fix: Allow build-wheels to run when target_stage is set (#16324)
This commit is contained in:
@@ -177,9 +177,7 @@ jobs:
|
|||||||
|
|
||||||
sgl-kernel-build-wheels:
|
sgl-kernel-build-wheels:
|
||||||
needs: [check-changes, call-gate]
|
needs: [check-changes, call-gate]
|
||||||
if: |
|
if: needs.check-changes.outputs.sgl_kernel == 'true'
|
||||||
!inputs.target_stage &&
|
|
||||||
needs.check-changes.outputs.sgl_kernel == 'true'
|
|
||||||
runs-on: x64-kernel-build-node
|
runs-on: x64-kernel-build-node
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -220,9 +218,7 @@ jobs:
|
|||||||
|
|
||||||
sgl-kernel-build-wheels-arm:
|
sgl-kernel-build-wheels-arm:
|
||||||
needs: [check-changes, call-gate]
|
needs: [check-changes, call-gate]
|
||||||
if: |
|
if: needs.check-changes.outputs.sgl_kernel == 'true'
|
||||||
!inputs.target_stage &&
|
|
||||||
needs.check-changes.outputs.sgl_kernel == 'true'
|
|
||||||
runs-on: arm-kernel-build-node
|
runs-on: arm-kernel-build-node
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user