From 976464ccb9f7de8c5e3579d23d6247743f70e4ee Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 18 Apr 2022 14:46:32 +0530 Subject: [PATCH] .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 --- .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 b817677c207a..c4e397f698cc 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/*