Skip to content

Commit

Permalink
Allow job to run if task fails (#173)
Browse files Browse the repository at this point in the history
* Allow job to run if task fails

* Terminate options

* Lintr issues

* Lintr issues

* precommit files

---------

Co-authored-by: Ryan Raasch <[email protected]>
  • Loading branch information
xop5 and ryanraaschCDC authored Nov 19, 2024
1 parent aa0d5fe commit 0be3553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfa_azure/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def add_task_to_job(
else:
terminate_exit_options = ExitOptions(
dependency_action=DependencyAction.block,
job_action=JobAction.terminate,
job_action=JobAction.none,
)
exit_conditions = ExitConditions(
exit_codes=[
Expand Down

0 comments on commit 0be3553

Please sign in to comment.