Run the review-docs jobs for gitlab-org repos only
This commit is contained in:
parent
275fbf24b1
commit
ef19a88092
1 changed files with 4 additions and 1 deletions
|
@ -285,7 +285,8 @@ review-docs-deploy-manual:
|
|||
- ./$SCRIPT_NAME deploy
|
||||
when: manual
|
||||
only:
|
||||
- branches
|
||||
- branches@gitlab-org/gitlab-ce
|
||||
- branches@gitlab-org/gitlab-ee
|
||||
<<: *except-docs-and-qa
|
||||
|
||||
# Always trigger a docs build in gitlab-docs only on docs-only branches.
|
||||
|
@ -298,6 +299,8 @@ review-docs-deploy:
|
|||
- ./$SCRIPT_NAME deploy
|
||||
only:
|
||||
- /(^docs[\/-].*|.*-docs$)/
|
||||
- branches@gitlab-org/gitlab-ce
|
||||
- branches@gitlab-org/gitlab-ee
|
||||
<<: *except-qa
|
||||
|
||||
# Cleanup remote environment of gitlab-docs
|
||||
|
|
Loading…
Reference in a new issue