Skip to content

Commit

Permalink
Append new authorized user to blossom-ci whitelist [skip ci] (#12117)
Browse files Browse the repository at this point in the history
Add self as to allow list for the necessary permission to trigger
builds.

---------

Signed-off-by: Warrick He <[email protected]>
  • Loading branch information
warrickhe authored Feb 12, 2025
1 parent ee7e230 commit bffd13c
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 @@ -76,7 +76,8 @@ jobs:
github.actor == 'SurajAralihalli' ||
github.actor == 'jihoonson' ||
github.actor == 'ustcfy' ||
github.actor == 'knoguchi22'
github.actor == 'knoguchi22' ||
github.actor == 'warrickhe'
)
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit bffd13c

Please sign in to comment.