Skip to content

Commit fbcc849

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/blossom-ci.yml

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

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

0 commit comments

Comments
 (0)