mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
docs/ci: always build the docs
It only takes 2 min of runner time, and it's been broken several times by now, so let's just always run this job. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36893>
This commit is contained in:
parent
a569a5f9c6
commit
2e33098162
1 changed files with 0 additions and 3 deletions
|
|
@ -30,11 +30,9 @@ test-docs:
|
|||
- !reference [.common-rules, rules]
|
||||
# merge pipeline
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $GITLAB_USER_LOGIN == "marge-bot"'
|
||||
changes: *docs-or-ci
|
||||
when: on_success
|
||||
# pre-merge pipeline
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes: *docs-or-ci
|
||||
when: manual
|
||||
|
||||
linkcheck-docs:
|
||||
|
|
@ -47,7 +45,6 @@ linkcheck-docs:
|
|||
- !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