WBS-7.9: keep push CI on core validation only

This commit is contained in:
2026-06-22 01:47:57 +09:00
parent 5c94564c9f
commit 2af3681fb9
+1 -1
View File
@@ -156,7 +156,7 @@ jobs:
validate-ui-and-storage:
runs-on: self-hosted
needs: validate-core
if: always()
if: github.event_name != 'push'
steps:
- name: Checkout Code