]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (#134310)
authorKira <coldcaption@gmail.com>
Thu, 22 May 2025 03:49:07 +0000 (23:49 -0400)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 03:49:07 +0000 (04:49 +0100)
commit979d81a17905e922d32fb1671f9ed394e0ffbda6
treeb9fcb82320dce3c2c2b0c85db7a665718711ce22
parent296a66051ede5cc112ca38d17304e518ffb02e23
gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (#134310)

When inexperienced users create a PR from their default branch, all of the concurrency keys
collide as there is no namespacing. This becomes an issue at events with many new contributors,
where workflow runs are cancelled on other pull requests.
Disambiguate by adding the username of the relevant 'actor' to the concurrency key.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.github/workflows/build.yml