From d0ac0941a26aeb40c51adf2145d98cc0471ddd56 Mon Sep 17 00:00:00 2001 From: Wang Date: Tue, 26 Sep 2023 14:25:10 +0800 Subject: [PATCH] Add bigdl llm xpu image build --- .github/workflows/manually_build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 343d0752..24603c73 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -1,10 +1,6 @@ name: Manually Build on: - pull_request: - branches: [ main ] - paths: - - '.github/workflows/manually_build.yml' workflow_dispatch: inputs: artifact: @@ -53,8 +49,7 @@ on: type: string env: - TAG: zhengjin-test - # TAG: ${{ github.event.inputs.tag }} + TAG: ${{ github.event.inputs.tag }} permissions: contents: read @@ -62,7 +57,7 @@ permissions: jobs: bigdl-llm-xpu: - # if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }} + if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] steps: - uses: actions/checkout@v3