Skip to content

Commit

Permalink
⚡️ add FINISHED to merge projects signal skip
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango authored Nov 13, 2024
1 parent 8c8ad75 commit f599bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isabl_cli/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def symlink_analysis_to_targets(analysis):

def trigger_analyses_merge(analysis):
"""Submit project level analyses merge if neccessary."""
if analysis["status"] not in {"SUCCEEDED", "FAILED"}:
if analysis["status"] not in {"SUCCEEDED", "FAILED", "FINISHED"}:
return

try:
Expand Down

0 comments on commit f599bae

Please sign in to comment.