Run the review-docs jobs for gitlab-org repos only

This commit is contained in:
Achilleas Pipinellis 2018-07-03 10:08:47 +02:00
parent 275fbf24b1
commit ef19a88092
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
1 changed files with 4 additions and 1 deletions

View File

@ -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