From 9a1e3ca276fb3a5241a03bd5be06b90ce0d88f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Thu, 22 Jan 2026 11:29:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E4=BC=98=E5=8C=96ci=E8=BF=90?= =?UTF-8?q?=E8=A1=8C,=E5=87=8F=E5=B0=91=E6=B2=A1=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autofix.yml | 4 ++++ .github/workflows/test-build.yml | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 29a6f0642..7e8cad885 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -2,6 +2,10 @@ name: autofix.ci on: pull_request: branches: [develop] + paths-ignore: + - "tdesign-site/**" + - "tdesign-adaptation/**" + - "*.md" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 34e30b954..c1538a6ef 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -3,9 +3,16 @@ name: test-build on: pull_request: branches: [develop] - types: [opened, synchronize, reopened] + paths-ignore: + - "tdesign-site/**" + - "tdesign-adaptation/**" + - "*.md" push: branches: [develop] + paths-ignore: + - "tdesign-site/**" + - "tdesign-adaptation/**" + - "*.md" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}