From 2af3681fb9113f61946d3f2a0e6f312ebbb47b33 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Mon, 22 Jun 2026 01:47:57 +0900 Subject: [PATCH] WBS-7.9: keep push CI on core validation only --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 948db2b..b1f00e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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