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:
|
schedule:
|
||||||
- cron: "0 */3 * * *" # every 3 hours
|
- cron: "0 */3 * * *" # every 3 hours
|
||||||
|
|
||||||
|
concurrency: triage-${{ github.ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
review:
|
review:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user