From d5cbc8e5b72be4abfff1fb9312aaf05c0506b567 Mon Sep 17 00:00:00 2001 From: Jin Hanyu <48324756+Hanyu-Jin@users.noreply.github.com> Date: Fri, 11 Nov 2022 09:50:07 +0800 Subject: [PATCH] [BugFix] Fix the error of lacking indents. (#6552) * [BugFix] Fix the error of lacking indents. --- .github/workflows/manually_build_for_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index 9c8cf590..6314fb0f 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -575,7 +575,7 @@ jobs: docker push 10.239.45.10/arda/${IMAGE}:${TAG} docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG} -bigdl-ppml-trusted-python-toolkit-base: + bigdl-ppml-trusted-python-toolkit-base: if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-python-toolkit-base' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] steps: @@ -605,7 +605,7 @@ bigdl-ppml-trusted-python-toolkit-base: sudo docker push 10.239.45.10/arda/${image}:${TAG} sudo docker rmi -f ${image}:${TAG} -bigdl-ppml-trusted-python-toolkit-ref: + bigdl-ppml-trusted-python-toolkit-ref: if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-python-toolkit-ref' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] steps: