We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9157e commit c1c96deCopy full SHA for c1c96de
.github/workflows/_linux-build.yml
@@ -308,8 +308,7 @@ jobs:
308
309
- name: Store PyTorch Build Artifacts on S3
310
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:
+ if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && !inputs.use_split_build && inputs.build-environment != 'linux-s390x-binary-manywheel'
313
name: ${{ inputs.build-environment }}
314
retention-days: 14
315
if-no-files-found: error
0 commit comments