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

Commit

Permalink
ci: skip dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
yukha-dw committed Nov 22, 2022
1 parent 316b59c commit 284831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Report Coverage
uses: yukha-dw/[email protected]
# https://github.com/marketplace/actions/report-nyc-coverage
if: github.event_name == 'pull_request' && (success() || failure())
if: github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' && (success() || failure())
with:
coverage_file: "coverage/coverage-summary.json"
comment_template_file: ".github/comment-template.md"
Expand Down

0 comments on commit 284831a

Please sign in to comment.