Merge pull request '[CHORE] Gitea CI 워크플로우 runs-on 라벨 수정' (#5) from feature/ci-runner-update into main
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 2m14s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped

Reviewed-on: http://178.104.200.7/kjh2064/QuantEngineByItz/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-25 15:27:16 +09:00
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ on:
jobs:
validate-core:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code
@@ -157,7 +157,7 @@ jobs:
run: python3 tools/validate_db_first_pipeline_v1.py
validate-ui-and-storage:
runs-on: self-hosted
runs-on: ubuntu-latest
needs: validate-core
if: github.event_name != 'push'