diff --git a/.github/workflows/perf-test-comment.yml b/.github/workflows/perf-test-comment.yml
index 845f07417cf1e169daf99324ccbaa55829738348..9e54818a3da25a8bea63c41cb4c86c41a3587e11 100644
--- a/.github/workflows/perf-test-comment.yml
+++ b/.github/workflows/perf-test-comment.yml
@@ -1,8 +1,8 @@
 name: Perf test command
 
 on:
-  pull_request:
-    types: [ labeled ]
+  issue_comment:
+    types: [created]
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}