From 91607af507bed4d96627b3457e4e48cf5011d34e Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 17 Oct 2022 16:59:21 +0100 Subject: [PATCH] PR update --- .github/workflows/cml.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index d4e49d304..5020f3f99 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -43,7 +43,7 @@ jobs: ${dvc_report} EOF - cml comment create --publish --pr=false report.md if test ${{ github.event_name }} = pull_request; then - cml comment create --publish --pr report.md + $CML_EXTRA_ARGS=--pr --update fi + cml comment create --publish $CML_EXTRA_ARGS report.md