Skip to content

Commit ea51b09

Browse files
Update jekyll/_cci2/configuration-reference.md
Co-authored-by: tees <[email protected]>
1 parent 7daa2df commit ea51b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ Truthiness rules are as follows: `false`, `null`, `0`, the empty string, and `Na
16741674
Logic statements always evaluate to a boolean value at the top level, and coerce as necessary. They can be nested in an arbitrary fashion, according to their argument specifications, and to a maximum depth of 100 levels.
16751675

16761676
**Note:**
1677-
When using logic statements at the workflow level, do not include the `condition:` key. That is only needed for job level logic statements.
1677+
When using logic statements at the workflow level, do not include the `condition:` key (the `condition` key is only needed for `job` level logic statements).
16781678

16791679
### Logic Statement Examples
16801680

0 commit comments

Comments
 (0)