From ef3ca95f50bb115389e08b4d471b5813aa7e00ae Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:43:16 +0100 Subject: [PATCH] add comparison to master branch --- .github/workflows/MLPipelinePullRequest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 612d992..8d1b8ce 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -74,9 +74,9 @@ jobs: cd modules/ml-pipeline/src/pipeline/src echo "## Model metrics" > report.md - # Compare metrics to main - git fetch --depth=1 origin main:main - dvc metrics diff --show-md main >> report.md + # Compare metrics to master + git fetch --depth=1 origin master:maste + dvc metrics diff --show-md master >> report.md # # echo "## Residuals plot from model" >> report.md # # metrics_location=$(find . -maxdepth 10 -name "residuals.png")