ci: don't run coverage job by default on 0.22 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/1687>
This commit is contained in:
Tim-Philipp Müller 2025-03-27 12:53:28 +00:00
parent cba5e1d0c7
commit 8d23a5e6a0

View file

@ -393,6 +393,7 @@ outdated:
coverage:
allow_failure: true
when: 'manual'
extends:
- '.cargo test'
- .img-stable