Skip to content

Commit

Permalink
Add new users to TE CI
Browse files Browse the repository at this point in the history
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
  • Loading branch information
ptrendx authored and pggPL committed May 9, 2024
1 parent 16af7de commit 3064988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# This job only runs for pull request comments
if: |
contains( 'ptrendx,ksivaman,schetlur-nv,timmoon10,zlsh80826,mingxu1067,cyanguwa,nzmora-nvidia,galagam,nouiz,denera,sudhakarsingh27,Oleg-Goncharov,', format('{0},', github.actor)) &&
contains( 'ptrendx,ksivaman,schetlur-nv,timmoon10,zlsh80826,mingxu1067,cyanguwa,nzmora-nvidia,galagam,nouiz,denera,sudhakarsingh27,Oleg-Goncharov,phu0ngng,', format('{0},', github.actor)) &&
startsWith(github.event.comment.body, '/te-ci')
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit 3064988

Please sign in to comment.