From ce31f6ee6ede5b5ddc3804e8a83127821145c6ba Mon Sep 17 00:00:00 2001 From: User Admin Date: Tue, 19 Sep 2023 15:52:47 -0500 Subject: [PATCH] Remove commenting code that causes errors when using a fork --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 566291e2d..cca46bd3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,12 +53,6 @@ jobs: set -x cc_base_total=`grep total ./unit-base.txt | grep -Eo '[0-9]+\.[0-9]+'` echo "cc_base_total=$cc_base_total" >> $GITHUB_OUTPUT - - name: Add Coverage to PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' - with: - message: | - Current code coverage from unit tests: ${{steps.cc.outputs.cc_total}}% Prev: ${{steps.cc_b.outputs.cc_base_total}}% - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: