Skip to content

Commit c36fede

Browse files
Update jekyll/_cci2/configuration-reference.md
Co-Authored-By: Michelle <[email protected]>
1 parent 5529417 commit c36fede

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
@@ -1207,7 +1207,7 @@ For more information, see the [Executing Workflows For a Git Tag]({{ site.baseur
12071207

12081208
When using CircleCI API v2, you may use a `when` clause (the inverse clause is also supported) under a workflow declaration with a boolean value to determine whether or not to run that workflow. The most common use of `when` in API v2 is to use a pipeline parameter as the value, allowing an API trigger to pass that parameter to determine which workflows to run.
12091209

1210-
The example below shows an example configuration using two different pipeline parameters. You may use one of the parameters to drive whether a particular workflow, while you may use the other parameter determines whether a particular step will run.
1210+
The example below shows an example configuration using two different pipeline parameters. You may use one of the parameters to drive a particular workflow, while you may use the other parameter to determine whether a particular step will run.
12111211

12121212
```yaml
12131213
version: 2.1

0 commit comments

Comments
 (0)