diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 8f8bf5c1f..242d64591 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -177,9 +177,7 @@ jobs: sgl-kernel-build-wheels: needs: [check-changes, call-gate] - if: | - !inputs.target_stage && - needs.check-changes.outputs.sgl_kernel == 'true' + if: needs.check-changes.outputs.sgl_kernel == 'true' runs-on: x64-kernel-build-node strategy: matrix: @@ -220,9 +218,7 @@ jobs: sgl-kernel-build-wheels-arm: needs: [check-changes, call-gate] - if: | - !inputs.target_stage && - needs.check-changes.outputs.sgl_kernel == 'true' + if: needs.check-changes.outputs.sgl_kernel == 'true' runs-on: arm-kernel-build-node strategy: matrix: