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/14 12:34:03 UTC

[cloudstack] branch main updated: .github: try kicking coverage via pull_request_target sync

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 9067938a0d .github: try kicking coverage via pull_request_target sync
9067938a0d is described below

commit 9067938a0df6e8dbefea9dece530b2e1762097f2
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Thu Apr 14 18:03:36 2022 +0530

    .github: try kicking coverage via pull_request_target sync
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .github/workflows/coverage-check.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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