Skip to content

Commit e4fab5d

Browse files
committed
Only run Blossom CI on pull requests.
Also add a dummy "false" entry to the allowlist to make the rest more uniform. Signed-off-by: Igor Peshansky <ipeshansky@nvidia.com>
1 parent adcda16 commit e4fab5d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/blossom-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
# This job only runs for pull request comments
3636
if: |
37+
github.event.issue.pull_request &&
3738
github.event.comment.body == 'build' &&
3839
(
3940
github.actor == 'abellina' ||
@@ -70,14 +71,15 @@ jobs:
7071
github.actor == 'liurenjie1024' ||
7172
github.actor == 'binmahone' ||
7273
github.actor == 'zpuller' ||
73-
github.actor == 'pxLi' ||
74+
github.actor == 'pxLi' ||
7475
github.actor == 'SurajAralihalli' ||
7576
github.actor == 'jihoonson' ||
7677
github.actor == 'knoguchi22' ||
7778
github.actor == 'patilkishorv' ||
7879
github.actor == 'pmattione-nvidia' ||
7980
github.actor == 'rishic3' ||
80-
github.actor == 'sdrp713'
81+
github.actor == 'sdrp713' ||
82+
false
8183
)
8284
steps:
8385
- name: Check if comment is issued by authorized person

0 commit comments

Comments
 (0)