Skip to content

Commit 55fb98d

Browse files
authored
Update production_run_complete_llm.yml
1 parent 2574776 commit 55fb98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/production_run_complete_llm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
jobs:
1414
run-production-workflow:
1515
runs-on: ubuntu-latest
16+
if: github.event.pull_request.draft == false
1617
env:
1718
ZENML_STORE_URL: ${{ secrets.ZENML_PROJECTS_HOST }}
1819
ZENML_STORE_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
@@ -56,4 +57,4 @@ jobs:
5657
- name: Run pipeline, create pipeline, configure trigger (Production)
5758
working-directory: ./llm-complete-guide
5859
run: |
59-
python gh_action_rag.py --no-cache --create-template --event-source-id ${{ env.ZENML_EVENT_SOURCE_ID }} --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --config production/rag.yaml --zenml-model-version production
60+
python gh_action_rag.py --no-cache --create-template --event-source-id ${{ env.ZENML_EVENT_SOURCE_ID }} --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --config production/rag.yaml --zenml-model-version production

0 commit comments

Comments
 (0)