Skip to content

Commit 943718e

Browse files
authored
Apply suggestion from @e271828-
1 parent f349c71 commit 943718e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-external-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: |
1212
github.event.pull_request.author_association != 'MEMBER'
1313
&& (
14-
contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.review.author_association)
14+
contains(fromJson('["OWNER", "MEMBER"]'), github.event.review.author_association)
1515
)
1616
&& github.event.review.state == 'approved'
1717
&& contains(github.event.review.body, '/e2e')

0 commit comments

Comments
 (0)