Skip to content

Commit e13d343

Browse files
authored
Update blossom-ci.yml
1 parent fbcc849 commit e13d343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434

3535
# This job only runs for pull request comments
3636
if: |
37-
github.event.comment.body == '/blossom-ci'
37+
contains( 'andi4191,', format('{0},', github.actor)) &&
38+
github.event.comment.body == '/blossom-ci'
3839
steps:
3940
- name: Check if comment is issued by authorized person
4041
run: blossom-ci

0 commit comments

Comments
 (0)