You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/04/15 15:05:28 UTC

[cloudstack] branch main updated: .github: run coverage on pull request (#6265)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2dcdc56115 .github: run coverage on pull request (#6265)
2dcdc56115 is described below

commit 2dcdc561151f449f6e5a74714f79659f3b1e5936
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Apr 15 20:35:22 2022 +0530

    .github: run coverage on pull request (#6265)
    
    The pull_request_target doesn't seem to work for PRs from forks,
    this reverts to use and kick the workflow for pull_request instead.
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .github/workflows/coverage-check.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/coverage-check.yml b/.github/workflows/coverage-check.yml
index 533e873576..097a49a9ba 100644
--- a/.github/workflows/coverage-check.yml
+++ b/.github/workflows/coverage-check.yml
@@ -17,9 +17,7 @@
 
 name: PR Quality Check
 
-on:
-  pull_request_target:
-    types: [synchronize]
+on: [pull_request]
 
 jobs:
   build: