Skip to content

Commit 79585e5

Browse files
committed
check
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent 84fc1f4 commit 79585e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.woodpecker.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ event = {
235235
}
236236

237237
def main(ctx):
238+
return unitTests(ctx)
238239
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
239240
return translation_sync(ctx)
240241
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())

0 commit comments

Comments
 (0)