Skip to content

Commit

Permalink
disable nightly release for finetune images (#12070)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Sep 12, 2024
1 parent beb8766 commit 9b4fee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manually_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ permissions:

jobs:
ipex-llm-finetune-lora-cpu:
if: ${{ inputs.artifact == 'ipex-llm-finetune-lora-cpu' || inputs.artifact == 'all' }}
if: ${{ inputs.artifact == 'ipex-llm-finetune-lora-cpu' }}
runs-on: [self-hosted, Shire]

steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fi
ipex-llm-finetune-qlora-cpu:
if: ${{ inputs.artifact == 'ipex-llm-finetune-qlora-cpu' || inputs.artifact == 'all' }}
if: ${{ inputs.artifact == 'ipex-llm-finetune-qlora-cpu' }}
runs-on: [self-hosted, Shire]

steps:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
fi
ipex-llm-finetune-qlora-cpu-k8s:
if: ${{ inputs.artifact == 'ipex-llm-finetune-qlora-cpu-k8s' || inputs.artifact == 'all' }}
if: ${{ inputs.artifact == 'ipex-llm-finetune-qlora-cpu-k8s' }}
runs-on: [self-hosted, Shire]

steps:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
fi
ipex-llm-finetune-xpu:
if: ${{ inputs.artifact == 'ipex-llm-finetune-xpu' || inputs.artifact == 'all' }}
if: ${{ inputs.artifact == 'ipex-llm-finetune-xpu' }}
runs-on: [self-hosted, Shire]

steps:
Expand Down

0 comments on commit 9b4fee8

Please sign in to comment.