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
@@ -17,7 +17,7 @@ jobs:
# Push-only smoke gate: no deployment, no web UI smoke, no long-running side effects.
validate-snapshot-admin-smoke:
if: github.event_name == 'push'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code
run: |
@@ -58,7 +58,7 @@ jobs:
# Manual dispatch gate: full workflow + web UI validation only.
validate-snapshot-admin-full:
if: github.event_name == 'workflow_dispatch'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code
run: |