mirror of https://github.com/asterisk/asterisk
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 1a7c9e0a04
)
releases/21.9
parent
1bb204b70b
commit
b4017eadaf
Loading…
Reference in new issue