From 2e27bdc22af77f99706b9036322157c14e0e9664 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Mon, 20 Nov 2023 11:40:04 +0100 Subject: [PATCH] Try without owner check --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 07ae52c6c5..ba615629a1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,7 +10,7 @@ concurrency: jobs: e2e: - if: github.event.issue.pull_request && contains(github.event.comment.body, 'Cypress run') && github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' + if: github.event.issue.pull_request && contains(github.event.comment.body, 'Cypress run') runs-on: ubuntu-20.04 name: Cypress Smoke tests