Merge pull request #12021 from Bo98/triage-concurrency

workflows/triage: limit concurrent runs
This commit is contained in:
Dawid Dziurla 2021-09-10 07:16:16 +02:00 committed by GitHub
commit 1e8e57c19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ on:
schedule:
- cron: "0 */3 * * *" # every 3 hours
concurrency: triage-${{ github.ref }}
jobs:
review:
runs-on: ubuntu-latest