From d69aaeef3c3c622cd8cb601f7fdedbbb63686ef9 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Tue, 28 Oct 2025 22:19:03 +0800 Subject: [PATCH] Update GitHub Actions workflow concurrency group format --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 6d85551c35..dfd8deda96 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -41,7 +41,7 @@ on: default: false concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true