mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-02 21:23:20 -04:00
Merge pull request #3948 from owncloud/skip-litmus-on-docs-only
[tests-only]Skip litmus on docs-only title
This commit is contained in:
@@ -2453,6 +2453,9 @@ def fixSharedDataPermissions():
|
||||
def litmus(ctx, storage):
|
||||
pipelines = []
|
||||
|
||||
if ("docs-only" in ctx.build.title.lower()):
|
||||
return pipelines
|
||||
|
||||
if (config["litmus"] == False):
|
||||
return pipelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user