From 4fc4406df9dcc90e3f587ce00d65e4d4a44be8f5 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 19:56:52 +0100 Subject: [PATCH] test getting master - final --- .github/workflows/MLPipelinePullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 314870b..d6af551 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -75,7 +75,7 @@ jobs: echo "## Model metrics" > report.md # Compare metrics to master - git fetch origin master + git fetch --depth=1 origin master:master dvc metrics diff --md master >> report.md cml comment create report.md