Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <[email protected]>
  • Loading branch information
oliver-sanders and hjoliver authored Nov 8, 2024
1 parent 4ad1088 commit 4838dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user-guide/writing-workflows/scheduling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ However, there is a problem with this.
will be left with one satisfied and one unsatisfied dependency. This will
cause the workflow to :term:`stall`.

To prevent the workflow from stalling in the third case, it is necessay to use
To prevent the workflow from stalling in the third case, it is necessary to use
:term:`suicide triggers <suicide trigger>` to remove the task
``run_if_both_fail``.

Expand All @@ -1979,7 +1979,7 @@ To prevent the workflow from stalling in the third case, it is necessay to use
one:succeeded? | two:succeeded? => !run_if_both_fail
Here's an example workflow showing how to trigger tasks with each possible
combination of success/failre for the two tasks:
combination of success/failure for the two tasks:

.. code-block:: cylc
Expand Down

0 comments on commit 4838dad

Please sign in to comment.