Skip to content

Commit

Permalink
Update blossom-ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Samurdhi Karunaratne <[email protected]>
  • Loading branch information
samurdhikaru committed Sep 24, 2024
1 parent 6cad70d commit 7590851
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:

# This job only runs for pull request comments
if: |
contains( 'rajeevsrao,kevinch-nv,ttyio,samurdhikaru,zerollzeng,nvpohanh', format('{0},', github.actor)) &&
github.event.comment.body == '/blossom-ci'
github.event.comment.body == '/blossom-ci' &&
(
github.actor == 'rajeevsrao' ||
github.actor == 'kevinch-nv' ||
github.actor == 'ttyio' ||
github.actor == 'samurdhikaru' ||
github.actor == 'zerollzeng' ||
github.actor == 'nvpohanh'
)
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 7590851

Please sign in to comment.