From ddcd9e7d0a918561089f075eb6446c0d0e7e7618 Mon Sep 17 00:00:00 2001 From: Wang Date: Wed, 27 Sep 2023 14:49:58 +0800 Subject: [PATCH] modify indentation --- .github/workflows/manually_build.yml | 2 ++ .github/workflows/manually_build_for_testing.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 24603c73..e5fe603d 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -59,6 +59,7 @@ jobs: bigdl-llm-xpu: if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] + steps: - uses: actions/checkout@v3 - name: docker login @@ -87,6 +88,7 @@ jobs: bigdl-llm-cpu: if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] + steps: - uses: actions/checkout@v3 - name: docker login diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index b0cbebc1..17ec21e2 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -56,6 +56,7 @@ jobs: bigdl-llm-xpu: if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] + steps: - uses: actions/checkout@v3 with: @@ -83,9 +84,10 @@ jobs: sudo docker push 10.239.45.10/arda/${image}:${TAG} sudo docker rmi -f ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG} - bigdl-llm-cpu: + bigdl-llm-cpu: if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] + steps: - uses: actions/checkout@v3 with: