mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
Merge pull request #52 from hwanny1128/feat/rag-function
fix: build option
This commit is contained in:
commit
f133faa509
4
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
4
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
@ -22,7 +22,7 @@ on:
|
||||
SKIP_TESTS:
|
||||
description: 'Skip Tests'
|
||||
required: false
|
||||
default: 'false'
|
||||
default: 'true'
|
||||
type: choice
|
||||
options:
|
||||
- 'false'
|
||||
@ -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