From bf794d731fe482f85776e4c6f25c1b336c380e1b Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Wed, 26 Jul 2023 12:23:57 +0200 Subject: [PATCH] Update e2e-external.yml --- .github/workflows/e2e-external.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-external.yml b/.github/workflows/e2e-external.yml index f6dc7c8b..9db3ccb2 100644 --- a/.github/workflows/e2e-external.yml +++ b/.github/workflows/e2e-external.yml @@ -12,8 +12,8 @@ jobs: name: Run end to end tests # If reviewed by a repo(/org) owner if: | - github.event.pull_request.author_association != 'OWNER' - && github.event.review.author_association == 'OWNER + github.event.pull_request.author_association != 'MEMBER' + && github.event.review.author_association == 'MEMBER' && github.event.review.state == 'approved' runs-on: ubuntu-latest permissions: