From da6159e7f0ca07c567b72d752a6ee0b1e15cd2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 7 Feb 2022 11:59:37 +0100 Subject: [PATCH] ci: rustdoc should be run only on release --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e809fe..3338d8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,9 @@ rustdoc: - .fedora - .fdo.distribution-image@fedora stage: extras + only: + - flatpak + - tags variables: RUSTDOCFLAGS: "-Dwarnings" script: @@ -86,7 +89,7 @@ rustdoc: flatpak: image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41" - stage: test + stage: extras only: - flatpak - tags