From b3225e9906b5c440448a4946b394e4ba33409473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Mon, 2 Mar 2026 09:53:46 +0800 Subject: [PATCH] =?UTF-8?q?ci(test-build):=20=E4=BB=85=E5=9C=A8=E9=9D=9Ede?= =?UTF-8?q?velop=E5=88=86=E6=94=AF=E4=B8=8A=E5=8F=96=E6=B6=88=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=B8=AD=E7=9A=84=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 6c2f3b726..8b4c46cdf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -16,7 +16,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref_name != 'develop' }} jobs: build: