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
@@ -20,7 +20,7 @@ on:
jobs:
validate-core:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Code
@@ -154,7 +154,7 @@ jobs:
run: python3 tools/validate_snapshot_admin_workflow_v1.py
validate-ui-and-storage:
runs-on: self-hosted
runs-on: ubuntu-latest
needs: validate-core
if: github.event_name != 'push'