From d2178812311bd87f222967cbf804ffc12dd99eb1 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:59:19 -0400 Subject: [PATCH] tweak --- .github/workflows/test-indicators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index 6ed1d34b..017a946e 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -54,6 +54,6 @@ jobs: - name: Post test summary uses: MishaKav/pytest-coverage-comment@main - if: env.IS_PRIMARY + if: env.IS_PRIMARY == 'true' with: junitxml-path: pytest.xml