Skip to content

Commit

Permalink
Try without owner check
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 20, 2023
1 parent c8db8b5 commit 2e27bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e27bdc

Please sign in to comment.