From 9069d0be398a0579e5ce6e153bd1dbc9d26f6dae 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 6d85551c35e..dfd8deda965 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