Skip to content

Commit

Permalink
add Yun Liu to user list to trigger blossom-ci [skip ci] (Project-MON…
Browse files Browse the repository at this point in the history
…AI#7239)

Fixes # .

### Description

A few sentences describing the changes proposed in this pull request.

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Add new developer to blossom-ci trigger list

Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
  • Loading branch information
YanxuanLiu authored and marksgraham committed Jan 30, 2024
1 parent 4bad4bc commit b9b57c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
wyli,\
pxLi,\
YanxuanLiu,\
KumoLiu,\
', format('{0},', github.actor)) && github.event.comment.body == '/build'
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit b9b57c8

Please sign in to comment.