Merge pull request #12919 from Homebrew/fix-triage-concurrency

workflows/triage: fix concurrency.
This commit is contained in:
Mike McQuaid 2022-02-23 14:01:40 +00:00 committed by GitHub
commit da74e4dc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ on:
permissions: {} permissions: {}
concurrency: triage-${{ github.ref }} concurrency: triage-${{ github.head_ref }}
jobs: jobs:
review: review: