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")