From 47ea26db97cfbd87518ab00b892fdbb245577535 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 12 Jan 2025 18:42:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20misc(CI):=20add=20concurrency=20?= =?UTF-8?q?control=20to=20sumi=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/git-sumi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/git-sumi.yml b/.github/workflows/git-sumi.yml index fd10442..87c68e0 100644 --- a/.github/workflows/git-sumi.yml +++ b/.github/workflows/git-sumi.yml @@ -8,6 +8,10 @@ on: - synchronize - ready_for_review +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + permissions: pull-requests: read