Skip to content

Commit

Permalink
Merge pull request #427 from lbluque/main
Browse files Browse the repository at this point in the history
report on push
  • Loading branch information
lbluque authored Sep 29, 2023
2 parents d05e276 + 63bc308 commit 973a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
pytest tests --cov=smol --cov-report=xml
- if: matrix.python_version == '3.11' && github.repository == github.event.pull_request.head.repo.full_name
- if: ${{ matrix.python_version == '3.11' && github.event_name == 'push' }}
name: codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
Expand Down

0 comments on commit 973a77c

Please sign in to comment.