Skip to content

Commit

Permalink
allow build command arguments (#2808)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Burt <tburt@nvidia.com>
  • Loading branch information
tburt-nv authored Feb 21, 2025
1 parent 2ea17cd commit 5c794e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c794e3

Please sign in to comment.