Skip to content

Commit 347224e

Browse files
committed
Ignore server mismatch
1 parent c3fe1f1 commit 347224e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/run_complete_llm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
4646
- name: Set stack (Staging)
4747
working-directory: ./llm-complete-guide
48-
if: ${{ github.base_ref == 'staging' }}
4948
run: |
5049
zenml stack set ${{ env.ZENML_STAGING_STACK }}
5150
5251
- name: Run pipeline (Staging)
5352
working-directory: ./llm-complete-guide
54-
if: ${{ github.base_ref == 'staging' }}
5553
run: |
5654
python run.py --rag --evaluation --no-cache

0 commit comments

Comments
 (0)