From 5c794e37142c04077d60c3f1c3f0e502c7f97928 Mon Sep 17 00:00:00 2001 From: tburt-nv Date: Thu, 20 Feb 2025 21:38:49 -0500 Subject: [PATCH] allow build command arguments (#2808) Signed-off-by: Tyler Burt --- .github/workflows/blossom-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index b380de0ea..19dcb3b5a 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -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