ci: Avoid running pages build on merge requests

This commit is contained in:
Arun Raghavan 2024-04-05 10:57:55 -04:00
parent ff95fcd901
commit 6c348e0600

View File

@ -288,6 +288,7 @@ build_on_fedora:
build_on_fedora_html_docs:
extends:
- .build_on_fedora
stage: pages
variables:
MESON_OPTIONS: >-
-Ddocs=enabled
@ -325,6 +326,8 @@ build_on_fedora_html_docs:
paths:
- branch-*/builddir/meson-logs
- branch-*/builddir/doc/html
rules:
- !reference [pages, rules]
build_on_alpine:
extends: