Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 25, 2023
1 parent cb0cef1 commit f137b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
(
github.actor != 'dependabot[bot]' &&
github.actor != 'dependabot' &&
github.event.pull_request.head.repo.owner.login == github.repository_owner
(github.event.pull_request.head.repo.owner.login == github.repository_owner && github.event_name != 'push')
)
name: Update coverage badge
steps:
Expand Down

0 comments on commit f137b8b

Please sign in to comment.