Skip to content

Commit

Permalink
Append new authorized user to blossom-ci whitelist [skip ci] (#11040)
Browse files Browse the repository at this point in the history
Signed-off-by: fejiang <fejiang@nvidia.com>
  • Loading branch information
Feng-Jiang28 authored Jun 11, 2024
1 parent 1ca4c44 commit 4e9b961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
github.actor == 'liurenjie1024' ||
github.actor == 'binmahone' ||
github.actor == 'zpuller' ||
github.actor == 'pxLi'
github.actor == 'pxLi' ||
github.actor == 'Feng-Jiang28'
)
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit 4e9b961

Please sign in to comment.