Merge pull request #12021 from Bo98/triage-concurrency
workflows/triage: limit concurrent runs
This commit is contained in:
commit
1e8e57c19e
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