Skip to content

Commit c93ab9a

Browse files
committed
IGNITE-20466 Investigate and fix the issue with running this workflow on PRs from forks
1 parent f98f7f3 commit c93ab9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sonar-pr-from-fork.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
name: Sonar Quality Pull Request Analysis
1919

20-
on: [pull_request_target]
20+
# TODO IGNITE-20466 Investigate and fix the issue with running this workflow on PRs from forks.
21+
on: pull_request
2122

2223
permissions:
2324
contents: read

0 commit comments

Comments
 (0)