Update main.yml
This commit is contained in:
parent
a65292f6fc
commit
4f87b43f83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Add Coverage PR Comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request' && ${{ github.actor != 'dependabot[bot]' }}
|
||||
with:
|
||||
recreate: true
|
||||
path: code-coverage-results.md
|
||||
|
|
Loading…
Reference in a new issue