]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 20 Feb 2025 17:40:04 +0000 (10:40 -0700)
commit4075d35ed302a413e30eb4b267a5d3cddeb79c25
treef2a2d603adfb7845e296f2dcd551ee8dbf71857f
parentd63c3e80fcfc3fc73220482d1794222a9d9b8029
.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`.
.github/workflows/OnPRCPCheck.yml
.github/workflows/OnPRCheck.yml
.github/workflows/OnPRMergeApproved.yml