workflows/triage: limit concurrent runs

This commit is contained in:
Bo Anderson 2021-09-10 02:54:01 +01:00
parent f8d0139015
commit e7d3dc8532
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

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