diff --git a/.drone-do.star b/.drone-do.star index 96da669..8c5ccdd 100644 --- a/.drone-do.star +++ b/.drone-do.star @@ -59,4 +59,5 @@ def main(ctx): [], ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file diff --git a/.drone-home.star b/.drone-home.star index 96d2ef8..021596e 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -110,4 +110,5 @@ def main(ctx): ] ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file diff --git a/.drone-remote.star b/.drone-remote.star index 428394b..b93d6d3 100644 --- a/.drone-remote.star +++ b/.drone-remote.star @@ -77,4 +77,5 @@ def main(ctx): ] ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file