You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/11 15:08:34 UTC

[camel] branch main updated: INFRA-22713: pull_request_target is not supported for automated reporting

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e25652  INFRA-22713: pull_request_target is not supported for automated reporting
6e25652 is described below

commit 6e25652bafbf7bd9c8ca9d15031294af961c2680
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Tue Jan 11 16:07:57 2022 +0100

    INFRA-22713: pull_request_target is not supported for automated reporting
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index e6361a87..54e8e58 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -18,7 +18,7 @@
 name: main pr build
 
 on:
-  pull_request_target:
+  pull_request:
     branches:
       - main
 env: