diff --git a/src/github-workflow-test/templates/test.yaml b/src/github-workflow-test/templates/test.yaml index 90fbc8d..63a464b 100644 --- a/src/github-workflow-test/templates/test.yaml +++ b/src/github-workflow-test/templates/test.yaml @@ -35,7 +35,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