From 67ce724b05b81eec87607463fbbe504711ddb27f Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 24 Jun 2024 12:10:07 +0200 Subject: [PATCH] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index f6d4bed..2f35a69 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -85,7 +85,7 @@ jobs: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml hide-badge: true - create-new-comment: true + create-new-comment: false - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg