Provide option to trigger build only for official CE and EE repos in .com
This commit is contained in:
parent
fe0c3b79d9
commit
a08fe9a903
|
|
@ -160,6 +160,9 @@ build-package:
|
|||
when: manual
|
||||
script:
|
||||
- scripts/trigger-build
|
||||
only:
|
||||
- //@gitlab-org/gitlab-ce
|
||||
- //@gitlab-org/gitlab-ee
|
||||
|
||||
# Prepare and merge knapsack tests
|
||||
knapsack:
|
||||
|
|
|
|||
Loading…
Reference in New Issue