Skip to content

Commit 2574776

Browse files
authored
Update staging_run_complete_llm.yml
1 parent 1cf39b0 commit 2574776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/staging_run_complete_llm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111
jobs:
1212
run-staging-workflow:
1313
runs-on: ubuntu-latest
14+
if: github.event.pull_request.draft == false
1415
env:
1516
ZENML_STORE_URL: ${{ secrets.ZENML_PROJECTS_HOST }}
1617
ZENML_STORE_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
@@ -52,4 +53,4 @@ jobs:
5253
- name: Run pipeline (Staging)
5354
working-directory: ./llm-complete-guide
5455
run: |
55-
python gh_action_rag.py --no-cache --config staging/rag.yaml --zenml-model-version staging
56+
python gh_action_rag.py --no-cache --config staging/rag.yaml --zenml-model-version staging

0 commit comments

Comments
 (0)