We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf39b0 commit 2574776Copy full SHA for 2574776
.github/workflows/staging_run_complete_llm.yml
@@ -11,6 +11,7 @@ concurrency:
11
jobs:
12
run-staging-workflow:
13
runs-on: ubuntu-latest
14
+ if: github.event.pull_request.draft == false
15
env:
16
ZENML_STORE_URL: ${{ secrets.ZENML_PROJECTS_HOST }}
17
ZENML_STORE_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
@@ -52,4 +53,4 @@ jobs:
52
53
- name: Run pipeline (Staging)
54
working-directory: ./llm-complete-guide
55
run: |
- 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