Skip to content

Commit

Permalink
changed trigger rule for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Feb 5, 2024
1 parent 3aed6ee commit 99529ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igf_airflow/utils/dag34_cellranger_multi_scRNA_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ def move_aggr_result_to_main_work_dir(
retry_delay=timedelta(minutes=5),
retries=4,
queue='hpc_8G',
trigger_rule="none_failed_min_one_success",
multiple_outputs=False)
def calculate_md5sum_for_main_work_dir(main_work_dir: str) -> str:
try:
Expand Down

0 comments on commit 99529ba

Please sign in to comment.