You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/configuration-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -784,7 +784,7 @@ A value of `on_fail` means that the step will run only if one of the preceding s
784
784
785
785
###### Ending a Job from within a `step`
786
786
787
-
A job can exit without failing by using using `run: circleci-agent step halt`. This can be useful in situations where jobs need to conditionally execute.
787
+
A job can exit without failing by using `run: circleci-agent step halt`. This can be useful in situations where jobs need to conditionally execute.
788
788
789
789
Here is an example where `halt` is used to avoid running a job on the `develop` branch:
0 commit comments