Skip to content

Commit

Permalink
disable step but keep for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Jan 15, 2024
1 parent 35a2efd commit 4c54d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
comment_tag: api-stats
Expand Down

0 comments on commit 4c54d8d

Please sign in to comment.