diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 5d3cd146..3f3741bc 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: @@ -52,7 +48,7 @@ on: type: string env: - TAG: zhengjin-test + TAG: ${{ github.event.inputs.tag }} permissions: contents: read @@ -60,7 +56,7 @@ permissions: jobs: bigdl-llm-cpu: - # if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }} + if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }} runs-on: [self-hosted, Shire] steps: - uses: actions/checkout@v3