Unverified Commit ea052daf authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix workflow concurrency to prevent PR builds from cancelling main builds



Previously, PR builds and main branch push builds shared the same
concurrency group because pull_request_target events use the base
branch ref. This caused PR builds to cancel ongoing main builds.

Now PR builds use a unique concurrency group (pr-<number>) while
push builds continue to use the branch ref, preventing interference.

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent 129d801b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment