Skip to content

Commit fef5c2b

Browse files
authored
Merge pull request #35 from OpenAPITools/skip-pytest-coverage-comment-if-bot
Skip pytest-coverage-comment step if actor is dependabot
2 parents de80b3b + 19db268 commit fef5c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
uv run task test:ci
4242
- name: Pytest coverage comment
43+
if: ${{ github.actor != 'dependabot[bot]' }}
4344
uses: MishaKav/pytest-coverage-comment@v1.1.54
4445
with:
4546
pytest-xml-coverage-path: ./coverage.xml

0 commit comments

Comments
 (0)