Skip to content

Commit

Permalink
delete on cli only
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Jun 18, 2024
1 parent bf8e5b9 commit 721d85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def run_with_params(params, mode="cli"):
raise e

finally:
if project != None and client != None:
if project != None and client != None and mode == "cli":
client.workflowService.delete(project.id, project.rev)

if mode == "operator":
Expand Down

0 comments on commit 721d85a

Please sign in to comment.