From 211cc88f8598403190acb8cbb213165aebf2a0dd Mon Sep 17 00:00:00 2001 From: topcoder1 Date: Wed, 15 Jul 2026 23:46:03 -0700 Subject: [PATCH] fix(ci): partition pr-review concurrency by draft flag Co-Authored-By: Claude Fable 5 --- .github/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 3ae6ddb..b5ec1ae 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -27,7 +27,7 @@ permissions: id-token: write concurrency: - group: claude-review-${{ github.event.pull_request.number }} + group: claude-review-${{ github.event.pull_request.number }}-${{ github.event.pull_request.draft && 'draft' || 'live' }} cancel-in-progress: true jobs: