Skip to content

Commit 5c794e3

Browse files
authored
allow build command arguments (NVIDIA#2808)
Signed-off-by: Tyler Burt <[email protected]>
1 parent 2ea17cd commit 5c794e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# This job only runs for pull request comments
3737
if: |
38-
github.event.comment.body == '/build' && (github.actor == 'niukuo' || github.actor == 'niukuo')
38+
startsWith( github.event.comment.body, '/bot' ) && contains('["niukuo", "tburt-nv"]', github.actor)
3939
steps:
4040
- name: Check if comment is issued by authorized person
4141
run: blossom-ci

0 commit comments

Comments
 (0)