Skip to content

Commit

Permalink
Add jiashu to actors who can trigger blossom ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Aug 19, 2024
1 parent 4f38be5 commit ab035f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# This job only runs for pull request comments
if: |
(github.actor == 'EmmaQiaoCh' || github.actor == 'rhdong' || github.actor == 'Ranjeet-Nvidia') &&
(github.actor == 'EmmaQiaoCh' || github.actor == 'rhdong' || github.actor == 'Ranjeet-Nvidia' || github.actor == 'jiashuy') &&
github.event.comment.body == '/blossom-ci'
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit ab035f4

Please sign in to comment.