We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017dce0 commit 3ba35a7Copy full SHA for 3ba35a7
.github/workflows/_linux-build.yml
@@ -352,7 +352,7 @@ jobs:
352
353
- name: Teardown Linux
354
uses: pytorch/test-infra/.github/actions/teardown-linux@main
355
- if: always() && inputs.build-environment != 'linux-s390x-binary-manywheel' && inputs.build-environment != 'linux-ppc64le-binary-manywheel-ubi9'
+ if: always() && (inputs.build-environment != 'linux-s390x-binary-manywheel' || inputs.build-environment != 'linux-ppc64le-binary-manywheel-ubi9')
356
357
- name: Cleanup docker
358
if: always() && (inputs.build-environment == 'linux-s390x-binary-manywheel' || inputs.build-environment == 'linux-ppc64le-binary-manywheel-ubi9')
0 commit comments