mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 12:36:23 +00:00
Merge pull request #40 from hwanny1128/feat/rag-function
feat: add rag ci/cd
This commit is contained in:
commit
98a14081c3
2
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
2
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Run Tests
|
||||
env:
|
||||
SKIP_TESTS: ${{ github.event.inputs.SKIP_TESTS || 'false' }}
|
||||
SKIP_TESTS: ${{ github.event.inputs.SKIP_TESTS || 'true' }}
|
||||
run: |
|
||||
if [[ "$SKIP_TESTS" == "true" ]]; then
|
||||
echo "⏭️ Skipping Tests (SKIP_TESTS=$SKIP_TESTS)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user