This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 11072da6cce IGNITE-20466 Investigate and fix the issue with running 
this workflow on PRs from forks
11072da6cce is described below

commit 11072da6cceb000e147fdcb7521d19c453db1ce5
Author: Maxim Muzafarov <maxmu...@gmail.com>
AuthorDate: Fri Sep 22 00:30:09 2023 +0200

    IGNITE-20466 Investigate and fix the issue with running this workflow on 
PRs from forks
---
 .github/workflows/sonar-pr-from-fork.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sonar-pr-from-fork.yml 
b/.github/workflows/sonar-pr-from-fork.yml
index b052d984c58..f4309f68ce6 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

Reply via email to