Skip to content

Commit 2bcc135

Browse files
committed
Use correct config file
1 parent 52074fa commit 2bcc135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production_run_complete_llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
- name: Run pipeline, create pipeline, configure trigger (Production)
5656
working-directory: ./llm-complete-guide
5757
run: |
58-
python gh_action_rag.py --no-cache --create-template --action-id ${{ env.ZENML_ACTION_ID }}
58+
python gh_action_rag.py --no-cache --create-template --action-id ${{ env.ZENML_ACTION_ID }} --config rag_gcp.yaml

.github/workflows/staging_run_complete_llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- name: Run pipeline (Staging)
5353
working-directory: ./llm-complete-guide
5454
run: |
55-
python gh_action_rag.py --no-cache
55+
python gh_action_rag.py --no-cache --config rag_gcp.yaml

0 commit comments

Comments
 (0)