diff --git a/.github/workflows/perf.yaml b/.github/workflows/perf.yaml index 69da5010..76fc3ce0 100644 --- a/.github/workflows/perf.yaml +++ b/.github/workflows/perf.yaml @@ -18,7 +18,7 @@ concurrency: jobs: test: name: "Perf Tests" - if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/turbine_run_perf') + if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/turbine_run_perf') && github.event.author_association == "MEMBER" }} strategy: fail-fast: false matrix: