From f71ac2185cfa6ffd9fe682421eabef01a8e75658 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Thu, 22 May 2025 15:21:39 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20workflow=20=E9=87=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20concurrency=20=E8=AE=BE=E7=BD=AE=E5=B9=B6=E5=8F=91=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index c8725979c..24d111069 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -4,6 +4,10 @@ on: branches: - develop +concurrency: + group: maven-publish-${{ github.ref }} + cancel-in-progress: true + jobs: build-and-publish: runs-on: ubuntu-latest