Skip to content

Commit 47fae2d

Browse files
nforromfocko
andauthored
Update docs/configuration/actions.md
Co-authored-by: Matej Focko <mfocko@users.noreply.github.com>
1 parent e90d2e4 commit 47fae2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ You can, of course, provide *just* the commit title.
166166

167167
### `run-condition`
168168

169-
This action only makes sense at a job level and the exit code of the last command executed
170-
determines if the job will run. If the exit code is non-zero, the job will be skipped.
169+
This action makes sense only at a job level and the exit code of the last executed command
170+
determines whether the job will run. If the exit code is non-zero, i.e., failure, the job will be skipped.
171171
If [`clone_repos_before_run_condition`](/docs/configuration/#clone_repos_before_run_condition)
172172
is `true`, upstream and/or downstream git repos (depending on the job in question and its trigger)
173173
will be cloned before the action is run.

0 commit comments

Comments
 (0)