Skip to content

Commit f349c71

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
github.event.pull_request.author_association != 'MEMBER'
1313
&& (
1414
contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.review.author_association)
15-
|| contains(fromJson('["kieferro", "ewjoachim"]'), github.event.review.user.login)
1615
)
1716
&& github.event.review.state == 'approved'
1817
&& contains(github.event.review.body, '/e2e')

0 commit comments

Comments
 (0)