]> git.ipfire.org Git - thirdparty/asterisk.git/commit
.github: Change concurrency group ids so they're unique.
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 20 Feb 2025 17:40:04 +0000 (10:40 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:29:21 +0000 (18:29 +0000)
commitb4017eadafabd2bae51b0535998e0ea27f338c3c
treea3f10effbbb816930fce7c5465bcccc97e8554fd
parent1bb204b70b6476f76d031807bdc24dc750ec7ddf
.github: Change concurrency group ids so they're unique.

GitHub strikes again.  Apparently the github.ref context variable only
contains the PR number if the workflow is triggered by "pull_request" so
since we just changed the trigger to "pull_request_target" the variable
no longer contains the PR number and is therefore not unique and can't be
used as a concurrency group id.  We now use
`github.triggering_actor-github.head_ref`.

(cherry picked from commit 1a7c9e0a041bf14978a1a4659a4bd18be51c66a5)
.github/workflows/OnPRCPCheck.yml
.github/workflows/OnPRCheck.yml
.github/workflows/OnPRMergeApproved.yml