WBS-7.9: clarify snapshot admin smoke gate

This commit is contained in:
2026-06-22 00:58:21 +09:00
parent d280ef8e69
commit 316e1fd08c
+2
View File
@@ -14,6 +14,7 @@ on:
- "GatherTradingData.json"
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
@@ -45,6 +46,7 @@ jobs:
- name: Validate Snapshot Admin Workflow
run: python3 tools/validate_snapshot_admin_workflow_v1.py
# Manual dispatch gate: full workflow + web UI validation only.
validate-snapshot-admin-full:
if: github.event_name == 'workflow_dispatch'
runs-on: self-hosted