From 4c54d8d26a684c38b52d7d24b2ace6c7f48416f1 Mon Sep 17 00:00:00 2001 From: Christopher Atkins Date: Mon, 15 Jan 2024 15:07:20 -0500 Subject: [PATCH] disable step but keep for future use --- .github/workflows/lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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