diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index b275198..a968c0d 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -63,13 +63,6 @@ jobs: indicators: true output: both thresholds: "10 30" - - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' - with: - message: | - Release ${{ github.sha }} - - name: Comment on Gitea PR env: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}