We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fc1f4 commit 79585e5Copy full SHA for 79585e5
.woodpecker.star
@@ -235,6 +235,7 @@ event = {
235
}
236
237
def main(ctx):
238
+ return unitTests(ctx)
239
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
240
return translation_sync(ctx)
241
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())
0 commit comments