Merge pull request #12919 from Homebrew/fix-triage-concurrency
workflows/triage: fix concurrency.
This commit is contained in:
commit
da74e4dc27
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
|
||||
permissions: {}
|
||||
|
||||
concurrency: triage-${{ github.ref }}
|
||||
concurrency: triage-${{ github.head_ref }}
|
||||
|
||||
jobs:
|
||||
review:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user