From 6002398e6b99d50a1973912f5feb72fe7591c938 Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Mon, 23 Nov 2020 12:05:56 +0545 Subject: [PATCH] [CI] fix the nightly builds pipelines --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index d8b9c8ab3c4..64a8c88581b 100644 --- a/.drone.star +++ b/.drone.star @@ -198,7 +198,7 @@ def main(ctx): notify(ctx), ] - if ctx.build.cron != "": + if ctx.build.event == "cron": notify_pipelines = notify(ctx) notify_pipelines['depends_on'] = getTestPipelinesNames(ctx) pipelines = [ before, notify_pipelines ]