mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
allow build command arguments (#2808)
Signed-off-by: Tyler Burt <tburt@nvidia.com>
This commit is contained in:
parent
2ea17cdad2
commit
5c794e3714
2
.github/workflows/blossom-ci.yml
vendored
2
.github/workflows/blossom-ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# This job only runs for pull request comments
|
||||
if: |
|
||||
github.event.comment.body == '/build' && (github.actor == 'niukuo' || github.actor == 'niukuo')
|
||||
startsWith( github.event.comment.body, '/bot' ) && contains('["niukuo", "tburt-nv"]', github.actor)
|
||||
steps:
|
||||
- name: Check if comment is issued by authorized person
|
||||
run: blossom-ci
|
||||
|
||||
Loading…
Reference in New Issue
Block a user