From c1ceea3d4cbb0781eae4e209b80fe651a776fed2 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:12:07 +0800 Subject: [PATCH] add wendell-hom to user list to trigger blossom-ci [skip ci] (#8184) Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [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. Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .github/workflows/blossom-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index bf507bab3b..63ac5536d8 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -34,8 +34,7 @@ jobs: ( github.actor == 'Nic-Ma' || github.actor == 'wyli' || - github.actor == 'pxLi' || - github.actor == 'YanxuanLiu' || + github.actor == 'wendell-hom' || github.actor == 'KumoLiu' ) steps: