From 81baacffa41942cccb97785af233e4147f45dfb0 Mon Sep 17 00:00:00 2001 From: dongzi Date: Mon, 3 Aug 2026 17:26:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20V1.1=20-=20=E8=B4=A3=E4=BB=BB=E4=BA=BA?= =?UTF-8?q?=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/serialization-schema-check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/serialization-schema-check.yaml b/.gitea/workflows/serialization-schema-check.yaml index 8c00092..12cf6ed 100644 --- a/.gitea/workflows/serialization-schema-check.yaml +++ b/.gitea/workflows/serialization-schema-check.yaml @@ -12,7 +12,8 @@ env: jobs: serialization-schema-check: - if: ${{ gitea.ref != 'refs/heads/pre' && gitea.ref != 'refs/heads/dev' && gitea.ref != 'refs/heads/master-2.0' }} + # if: ${{ gitea.ref != 'refs/heads/pre' && gitea.ref != 'refs/heads/dev' && gitea.ref != 'refs/heads/master-2.0' }} + if: ${{ gitea.ref != 'refs/heads/pre' && gitea.ref != 'refs/heads/dev' && gitea.ref != 'refs/heads/master-2.0' && !startsWith(gitea.ref, 'refs/heads/release/') }} runs-on: jdk11 steps: # 浅克隆当前 tip;对比基准用 push before(覆盖一次 push 的多 commit 累计 diff)