Skip to content

Commit 6923e7c

Browse files
committed
Sort Blossom CI allowlist entries.
Signed-off-by: Igor Peshansky <ipeshansky@nvidia.com>
1 parent e4fab5d commit 6923e7c

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/blossom-ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,47 +38,47 @@ jobs:
3838
github.event.comment.body == 'build' &&
3939
(
4040
github.actor == 'abellina' ||
41+
github.actor == 'amahussein' ||
4142
github.actor == 'anfeng' ||
43+
github.actor == 'binmahone' ||
44+
github.actor == 'cindyyuanjiang' ||
4245
github.actor == 'firestarman' ||
4346
github.actor == 'GaryShen2008' ||
47+
github.actor == 'gerashegalov' ||
48+
github.actor == 'HaoYang670' ||
49+
github.actor == 'hyperbolic2346' ||
50+
github.actor == 'jihoonson' ||
51+
github.actor == 'knoguchi22' ||
4452
github.actor == 'kuhushukla' ||
53+
github.actor == 'liurenjie1024' ||
54+
github.actor == 'mattahrens' ||
4555
github.actor == 'mythrocks' ||
4656
github.actor == 'nartal1' ||
57+
github.actor == 'nvliyuan' ||
58+
github.actor == 'NVnavkumar' ||
4759
github.actor == 'NvTimLiu' ||
60+
github.actor == 'parthosa' ||
61+
github.actor == 'patilkishorv' ||
62+
github.actor == 'pmattione-nvidia' ||
63+
github.actor == 'pxLi' ||
4864
github.actor == 'razajafri' ||
65+
github.actor == 'res-life' ||
4966
github.actor == 'revans2' ||
67+
github.actor == 'rishic3' ||
5068
github.actor == 'sameerz' ||
69+
github.actor == 'sdrp713' ||
70+
github.actor == 'sperlingxx' ||
71+
github.actor == 'SurajAralihalli' ||
5172
github.actor == 'tgravescs' ||
73+
github.actor == 'thirtiseven' ||
74+
github.actor == 'ttnghia' ||
75+
github.actor == 'viadea' ||
5276
github.actor == 'wbo4958' ||
77+
github.actor == 'winningsix' ||
5378
github.actor == 'wjxiz1992' ||
54-
github.actor == 'sperlingxx' ||
55-
github.actor == 'hyperbolic2346' ||
56-
github.actor == 'gerashegalov' ||
57-
github.actor == 'ttnghia' ||
58-
github.actor == 'nvliyuan' ||
59-
github.actor == 'res-life' ||
60-
github.actor == 'HaoYang670' ||
61-
github.actor == 'NVnavkumar' ||
62-
github.actor == 'amahussein' ||
63-
github.actor == 'mattahrens' ||
6479
github.actor == 'YanxuanLiu' ||
65-
github.actor == 'cindyyuanjiang' ||
66-
github.actor == 'thirtiseven' ||
67-
github.actor == 'winningsix' ||
68-
github.actor == 'viadea' ||
6980
github.actor == 'yinqingh' ||
70-
github.actor == 'parthosa' ||
71-
github.actor == 'liurenjie1024' ||
72-
github.actor == 'binmahone' ||
7381
github.actor == 'zpuller' ||
74-
github.actor == 'pxLi' ||
75-
github.actor == 'SurajAralihalli' ||
76-
github.actor == 'jihoonson' ||
77-
github.actor == 'knoguchi22' ||
78-
github.actor == 'patilkishorv' ||
79-
github.actor == 'pmattione-nvidia' ||
80-
github.actor == 'rishic3' ||
81-
github.actor == 'sdrp713' ||
8282
false
8383
)
8484
steps:

0 commit comments

Comments
 (0)