mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
add ratelimit in workflow (#3001)
Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
This commit is contained in:
parent
832ea997f6
commit
cb11c10719
5
.github/workflows/blossom-ci.yml
vendored
5
.github/workflows/blossom-ci.yml
vendored
@ -26,6 +26,11 @@ on:
|
||||
args:
|
||||
description: 'argument'
|
||||
required: false
|
||||
|
||||
concurrency:
|
||||
group: blossom-${{ github.event.issue.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
Authorization:
|
||||
name: Authorization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user