diff --git a/.drone.star b/.drone.star index 9a1889f..1cea13b 100644 --- a/.drone.star +++ b/.drone.star @@ -226,5 +226,7 @@ def main(ctx): steps('second', ['first']) ] else: - return [] + return [ + steps('first', []), + ] \ No newline at end of file