IGNITE-20466 Investigate and fix the issue with running this workflow on PRs from forks
diff --git a/.github/workflows/sonar-pr-from-fork.yml b/.github/workflows/sonar-pr-from-fork.yml
index f96b979..02288bd 100644
--- a/.github/workflows/sonar-pr-from-fork.yml
+++ b/.github/workflows/sonar-pr-from-fork.yml
@@ -17,7 +17,8 @@
 
 name: Sonar Quality Pull Request Analysis
 
-on: [pull_request_target]
+# TODO IGNITE-20466 Investigate and fix the issue with running this workflow on PRs from forks.
+on: pull_request
 
 permissions:
   contents: read