mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
docs/ci: allow running linkcheck in pre-merge pipelines
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34923>
This commit is contained in:
parent
01a7b08992
commit
f88dc25d23
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ linkcheck-docs:
|
|||
rules:
|
||||
- !reference [.common-rules, rules]
|
||||
- !reference [.scheduled_pipeline-rules, rules]
|
||||
# pre-merge pipeline
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $GITLAB_USER_LOGIN != "marge-bot"'
|
||||
changes: *docs-or-ci
|
||||
when: manual
|
||||
allow_failure: true
|
||||
script:
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue