From de158c8eb31ebb1b2686d295feb214800db9799d Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Mon, 9 Mar 2026 17:55:30 +0800 Subject: [PATCH] [CI] Update concurrency group naming in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec89bfb..1d8fe31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release concurrency: - group: ${{ github.event.inputs.ref || github.ref }}-workflow-release + group: ${{ github.event.inputs.ref || github.ref }}-workflow-${{ github.event_name }} cancel-in-progress: true on: