feat:新增检测忽略目录
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 2s

This commit is contained in:
2026-07-20 15:42:55 +08:00
parent 8c7ba3b408
commit ba04a41487

View File

@@ -14,7 +14,8 @@ env:
jobs: jobs:
code-check: 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 runs-on: jdk11
steps: steps:
# 浅克隆当前 tip对比基准用 push before覆盖一次 push 的多 commit 累计 diff # 浅克隆当前 tip对比基准用 push before覆盖一次 push 的多 commit 累计 diff