mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Merge #1703
1703: Trigger CodeCoverage manually instead of on each PR r=irevoire a=curquiza Since no one is using it now on the PRs, we would rather get a state of the code coverage once (triggered manually) rather than on each PR. Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
95211e2665
1 changed files with 1 additions and 2 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
types: [review_requested, ready_for_review]
|
|
||||||
|
|
||||||
name: Execute code coverage
|
name: Execute code coverage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue