Skip to content

Commit 9bd78ca

Browse files
update selfhost runner logic1
1 parent 3523f07 commit 9bd78ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ jobs:
325325
326326
- name: Store PyTorch Build Artifacts for ppc64le
327327
uses: actions/upload-artifact@v3
328+
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && !inputs.use_split_build && inputs.build-environment != 'linux-s390x-binary-manywheel' && inputs.build-environment == 'linux-ppc64le-binary-manywheel'
328329
with:
329330
name: ${{ inputs.build-environment }}
330331
retention-days: 14

0 commit comments

Comments
 (0)