Skip to content

Commit 06d3ea6

Browse files
authored
Update coverage.yml
1 parent 9722db2 commit 06d3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coverage:
2121
# Will not run if the event is a PR to bump-meilisearch-v* (so a pre-release PR)
2222
# Will still run for each push to bump-meilisearch-v*
23-
# Will not run if the actor is Dependabot (dependabot PRs)
23+
# Will not run if the actor is Dependabot (dependabot PRs)
2424
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v') || github.actor != 'dependabot[bot]'
2525
runs-on: ubuntu-latest
2626
name: Code Coverage

0 commit comments

Comments
 (0)