chore(ci): update workflow runs-on label to ubuntu-latest
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 2m33s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been cancelled
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 37s

This commit is contained in:
2026-06-25 15:24:57 +09:00
parent 9abb8d3bc3
commit 7cce836cc6
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ on:
jobs:
validate-kis-config-smoke:
if: github.event_name == 'workflow_dispatch'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code
run: |
@@ -90,7 +90,7 @@ jobs:
collect-kis-data-live:
if: github.event_name == 'schedule'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code