Skip to content

Commit 6e4db3f

Browse files
nightly build changes
1 parent 2596686 commit 6e4db3f

File tree

2 files changed

+99
-104
lines changed

2 files changed

+99
-104
lines changed

.github/actions/test-pytorch-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
docker exec -t "${container_name}" bash -c "source ${BINARY_ENV_FILE} && bash -x /run.sh"
4747
4848
- name: Cleanup docker
49-
if: always() && (env.BUILD_ENVIRONMENT == 'linux-s390x-binary-manywheel' || "${BUILD_ENVIRONMENT}" != "linux-ppc64le-binary-manywheel" || env.GPU_ARCH_TYPE == 'xpu')
49+
if: always() && (env.BUILD_ENVIRONMENT == 'linux-s390x-binary-manywheel' || env.BUILD_ENVIRONMENT != 'linux-ppc64le-binary-manywheel' || env.GPU_ARCH_TYPE == 'xpu')
5050
shell: bash
5151
run: |
5252
# on s390x or xpu stop the container for clean worker stop

0 commit comments

Comments
 (0)