gitlab-ci.yml: Removed unnecessary when:

It resulted in failed instead of skipped jobs.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1567>
This commit is contained in:
Jonas Ådahl 2020-11-16 17:26:00 +01:00 committed by Marge Bot
parent 8da1c192e6
commit a50a5944a7

View File

@ -97,7 +97,6 @@ test-mutter-coverage:
paths:
- build/meson-logs/coveragereport
coverage: '/^TOTAL.*\s+(\d+\%)$/'
when: always
<<: *only_default
can-build-gnome-shell: