Skip to content

Commit c1c96de

Browse files
committed
test
1 parent bf9157e commit c1c96de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ jobs:
308308
309309
- name: Store PyTorch Build Artifacts on S3
310310
uses: seemethere/upload-artifact-s3@v5
311-
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && inputs.build-environment != 'linux-s390x-binary-manywheel'
312-
with:
311+
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && !inputs.use_split_build && inputs.build-environment != 'linux-s390x-binary-manywheel'
313312
name: ${{ inputs.build-environment }}
314313
retention-days: 14
315314
if-no-files-found: error

0 commit comments

Comments
 (0)