mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
ci: don't run coverage job by default on 0.23 stable branch
Coverage is mostly useful for development, and development is done on the main branch. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1686>
This commit is contained in:
parent
318196b846
commit
59865e16d2
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ outdated:
|
|||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
when: 'manual'
|
||||
extends:
|
||||
- '.cargo test'
|
||||
- .img-stable
|
||||
|
|
Loading…
Reference in a new issue