Skip to content

Commit

Permalink
fix: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
algirdasc committed Aug 3, 2024
1 parent 58632d3 commit db1dad9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
hide_complexity: true
format: markdown
output: both
- name: Add coverage report comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md
# - name: Add coverage report comment
# uses: marocchino/sticky-pull-request-comment@v2
# if: github.event_name == 'pull_request'
# with:
# recreate: true
# path: code-coverage-results.md

frontend-code-quality:
name: Frontend code quality checks
Expand Down

0 comments on commit db1dad9

Please sign in to comment.