From ba04a41487b6e002fdd60a7dc24259d516c167ce Mon Sep 17 00:00:00 2001 From: dongzi Date: Mon, 20 Jul 2026 15:42:55 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=96=B0=E5=A2=9E=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E5=BF=BD=E7=95=A5=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/code-check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/code-check.yaml b/.gitea/workflows/code-check.yaml index 1681b78..0db52c3 100644 --- a/.gitea/workflows/code-check.yaml +++ b/.gitea/workflows/code-check.yaml @@ -14,7 +14,8 @@ env: jobs: code-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)