From ab5d3bd251a2d1b56abdd825cb2b32f5fe68d43d Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Wed, 15 Jul 2026 17:28:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=81=A2=E5=A4=8Dcancel-in-progre?= =?UTF-8?q?ss=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 62b4da869..bf76d4957 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -31,7 +31,7 @@ permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} - cancel-in-progress: false + cancel-in-progress: true jobs: validate: name: Validate Code Quality And Tests