From 4486a339a3696522e40160c36b26d7a8373ec87d Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Fri, 22 May 2026 16:27:46 +0800 Subject: [PATCH] [CI] bot-cherry-pick: remove concurrency group to enable batch dispatch (#26074) Co-authored-by: Claude Opus 4.7 --- .github/workflows/bot-cherry-pick.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/bot-cherry-pick.yml b/.github/workflows/bot-cherry-pick.yml index 3c0880a7c..1c5e26671 100644 --- a/.github/workflows/bot-cherry-pick.yml +++ b/.github/workflows/bot-cherry-pick.yml @@ -20,10 +20,6 @@ permissions: contents: write pull-requests: write -concurrency: - group: cherry-pick-${{ github.event.inputs.target_branch }} - cancel-in-progress: false - jobs: cherry-pick: if: github.repository == 'sgl-project/sglang'