workflows/triage: limit concurrent runs
This commit is contained in:
parent
f8d0139015
commit
e7d3dc8532
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@ -12,6 +12,8 @@ on:
|
||||
schedule:
|
||||
- cron: "0 */3 * * *" # every 3 hours
|
||||
|
||||
concurrency: triage-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
review:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user