mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-27 07:23:10 -05:00
check changelog also on [docs-only] PRs
This commit is contained in:
@@ -149,7 +149,7 @@ def main(ctx):
|
||||
elif (ctx.build.event == "pull_request" and "[docs-only]" in ctx.build.title) or \
|
||||
(ctx.build.event != "pull_request" and "[docs-only]" in (ctx.build.title + ctx.build.message)):
|
||||
# [docs-only] is not taken from PR messages, but from commit messages
|
||||
pipelines = [docs(ctx)]
|
||||
pipelines = [docs(ctx), changelog(ctx)]
|
||||
|
||||
else:
|
||||
test_pipelines.append(
|
||||
|
||||
Reference in New Issue
Block a user