Skip to content

Commit 19db268

Browse files
committed
fix: skip pytest-coverage-comment step if actor is dependabot
1 parent de80b3b commit 19db268

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)