diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9331a17..ba93f39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: test_workflow: if: | - contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.issue.author_association) && + github.event.issue.author_association == "COLLABORATOR" && github.event.issue.pull_request && github.event.comment.body == '/testin' runs-on: ubuntu-latest