dongjoon-hyun opened a new pull request, #720:
URL: https://github.com/apache/spark-kubernetes-operator/pull/720

   ### What changes were proposed in this pull request?
   
   This PR adds `${{ github.sha }}` to the `concurrency.group` key of the 
`Build` workflow so the group is scoped per commit instead of per branch.
   
   ### Why are the changes needed?
   
   With the branch-only key, all `Build` runs on a branch shared one group, and 
`cancel-in-progress: true` made unrelated runs cancel each other. Re-running an 
older commit's failed jobs on `main` cancelled the newest commit's in-progress 
CI. Scoping by commit SHA still cancels a stale run for the same commit, but no 
longer cancels runs for different commits.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual review.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.8


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to