check changelog also on [docs-only] PRs

This commit is contained in:
Willy Kloucek
2021-09-29 07:58:28 +02:00
parent c040c4955c
commit b0d2bdfe73

View File

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