Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 284831a

Browse files
committed
ci: skip dependabot
1 parent 316b59c commit 284831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Report Coverage
3838
uses: yukha-dw/[email protected]
3939
# https://github.com/marketplace/actions/report-nyc-coverage
40-
if: github.event_name == 'pull_request' && (success() || failure())
40+
if: github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' && (success() || failure())
4141
with:
4242
coverage_file: "coverage/coverage-summary.json"
4343
comment_template_file: ".github/comment-template.md"

0 commit comments

Comments
 (0)