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/18 09:17:13 UTC

[cloudstack] branch main updated: .github: enable fork-point while finding list of changes files

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 976464ccb9 .github: enable fork-point while finding list of changes files
976464ccb9 is described below

commit 976464ccb9f7de8c5e3579d23d6247743f70e4ee
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Apr 18 14:46:32 2022 +0530

    .github: enable fork-point while finding list of changes files
    
    Hit same issue as https://github.com/tj-actions/changed-files/issues/355
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .github/workflows/coverage-check.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/coverage-check.yml b/.github/workflows/coverage-check.yml
index b817677c20..c4e397f698 100644
--- a/.github/workflows/coverage-check.yml
+++ b/.github/workflows/coverage-check.yml
@@ -33,6 +33,7 @@ jobs:
         id: java-changes
         uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
         with:
+          use_fork_point: "true"
           files: |
             **/*.java
 
@@ -40,6 +41,7 @@ jobs:
         id: ui-changes
         uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
         with:
+          use_fork_point: "true"
           files: |
             ui/*