Update main.yml
This commit is contained in:
parent
4f87b43f83
commit
52cbe79c04
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' && ${{ github.actor != 'dependabot[bot]' }}
|
||||
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
|
||||
with:
|
||||
recreate: true
|
||||
path: code-coverage-results.md
|
||||
|
|
Loading…
Reference in a new issue