mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ci: Allow the documentation job to always run post-merge
We want the docs to be deployed on every post-merge pipeline on the main branch. In order to do that however we have to also have the fedora build job always running. This won't affect the documentation job run by MRs. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3258>
This commit is contained in:
parent
04a2370373
commit
8c85a3143f
1 changed files with 1 additions and 3 deletions
|
@ -130,8 +130,7 @@ fedora amd64 docker:
|
|||
- '.fedora image'
|
||||
- '.fdo.container-build@fedora'
|
||||
stage: 'preparation'
|
||||
needs:
|
||||
- "trigger"
|
||||
needs: []
|
||||
tags:
|
||||
- 'packet.net'
|
||||
|
||||
|
@ -702,7 +701,6 @@ documentation:
|
|||
extends:
|
||||
- '.documentation'
|
||||
needs:
|
||||
- "trigger"
|
||||
- "fedora amd64 docker"
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == "main"'
|
||||
|
|
Loading…
Reference in a new issue