Skip to content

Commit

Permalink
further simplify operands
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed May 29, 2024
1 parent 8fdcc0d commit 0680bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/enhanced-depends-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ For example, to only run a task if its dependent task succeeded.

You can use the `depends` field to specify dependent tasks, their results, and boolean logic between them.

Its value is a `string` with expression-like syntax with operands having the form `<task-name>.<task-result>`, such as `task-1.Succeeded`, `task-2.Failed`, `task-3.Daemoned`.
The available task results are:
You use operands of the form `<task-name>.<task-result>`, such as `task-1.Succeeded`, `task-2.Failed`, `task-3.Daemoned`.
Available task results are:

| Task Result | Description |
|:------------:|-------------|
Expand Down

0 comments on commit 0680bc5

Please sign in to comment.