diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 45b0677..b9a4911 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,7 +30,8 @@ jobs: id: api_stats run: npx @redocly/cli stats ./docs/openapi.yaml > stats.txt 2>&1 - name: Comment PR with API Stats - if: ${{ github.event.pull_request }} + #if: ${{ github.event.pull_request }} + if: ${{ false }} uses: thollander/actions-comment-pull-request@v2.4.3 with: comment_tag: api-stats