Skip to content

Commit

Permalink
Update e2e-external.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Jul 26, 2023
1 parent 0ccef12 commit bf794d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf794d7

Please sign in to comment.