From c2d4acea30a10f3658d17e68bf5bbdc9461487eb Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 16 Jul 2026 20:37:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8Dconcurrency=20grou?= =?UTF-8?q?p=E5=8F=98=E9=87=8F=E5=90=8D=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=97=A7run=E8=87=AA=E5=8A=A8=E5=8F=96=E6=B6=88?= 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 d50dc24d2..a03a4401f 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -30,7 +30,7 @@ on: permissions: contents: read concurrency: - group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} + group: ci-cd-${{ gitea.event_name }}-${{ gitea.ref }} cancel-in-progress: true jobs: validate: -- 2.54.0