allow build command arguments (#2808)

Signed-off-by: Tyler Burt <tburt@nvidia.com>
This commit is contained in:
tburt-nv 2025-02-20 21:38:49 -05:00 committed by GitHub
parent 2ea17cdad2
commit 5c794e3714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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