diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 28a8bdfe..343d0752 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -62,7 +62,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