Skip to content

Commit 5200d21

Browse files
committed
Add Manish as builder
Signed-off-by: Edwin Peer <epeer@nvidia.com>
1 parent a730073 commit 5200d21

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
# This job only runs for pull request comments
3636
if: |
37-
github.event.comment.body == '/build' && (github.actor == 'espeer' || github.actor == 'johnhubbard')
37+
github.event.comment.body == '/build' && (github.actor == 'espeer' || github.actor == 'johnhubbard' || github.actor == 'magrawal1008')
3838
steps:
3939
- name: Check if comment is issued by authorized person
4040
run: blossom-ci

0 commit comments

Comments
 (0)