mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
ci: Fix website regen on push
Don't make the integrate stage manual, we need it to regen the website Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3134>
This commit is contained in:
parent
2df2dfce55
commit
2d838a9b3d
1 changed files with 3 additions and 2 deletions
|
@ -112,8 +112,9 @@ trigger:
|
||||||
rules:
|
rules:
|
||||||
# If the MR is assigned to the Merge bot, trigger the pipeline automatically
|
# If the MR is assigned to the Merge bot, trigger the pipeline automatically
|
||||||
- if: '$CI_MERGE_REQUEST_ASSIGNEES == "gstreamer-merge-bot"'
|
- if: '$CI_MERGE_REQUEST_ASSIGNEES == "gstreamer-merge-bot"'
|
||||||
# Require explicit action to trigger tests post merge
|
# Require explicit action to trigger tests post merge, but we want to
|
||||||
- if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == $GST_UPSTREAM_BRANCH'
|
# automatically trigger the integratation stage
|
||||||
|
- if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == $GST_UPSTREAM_BRANCH && $CI_JOB_STAGE != "integrate"'
|
||||||
when: 'manual'
|
when: 'manual'
|
||||||
# When the assignee isn't the merge bot, require an explicit action to trigger the pipeline
|
# When the assignee isn't the merge bot, require an explicit action to trigger the pipeline
|
||||||
# to avoid wasting CI resources
|
# to avoid wasting CI resources
|
||||||
|
|
Loading…
Reference in a new issue