workflows/triage: fix concurrency.
`github.ref` is always `master` for `pull_request_target` jobs so this needs to use `github.head_ref` instead to get the actual pull request branch.
This commit is contained in:
parent
6661f5b14d
commit
e2fd5033c8
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@ -14,7 +14,7 @@ on:
|
|||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
concurrency: triage-${{ github.ref }}
|
concurrency: triage-${{ github.head_ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
review:
|
review:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user