Skip to content

Commit 8b89786

Browse files
Merge pull request circleci#4792 from alenros/patch-6
Fixed typo and surplus spaces
2 parents 2641e41 + 4dcc576 commit 8b89786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/_cci2/workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ workflows:
186186
requires: # test1 will not run until the `build` job is completed.
187187
- build
188188
- test2: # another custom job; runs test suite 2,
189-
requires: # test2 is dependent on the succes of job `test1`
189+
requires: # test2 is dependent on the success of job `test1`
190190
- test1
191191
- hold: # <<< A job that will require manual approval in the CircleCI web application.
192192
type: approval # <<< This key-value pair will set your workflow to a status of "On Hold"
@@ -223,7 +223,7 @@ The following screenshot demonstrates a workflow on hold.
223223
![Switch Organization Menu]({{ site.baseurl }}/assets/img/docs/approval_job.png)
224224

225225

226-
By clicking on the pending job's name (`build`, in the screenshot above ), an approval dialog box appears requesting that you approve or cancel the holding job.
226+
By clicking on the pending job's name (`build`, in the screenshot above), an approval dialog box appears requesting that you approve or cancel the holding job.
227227

228228
After approving, the rest of the workflow runs as directed.
229229

@@ -548,7 +548,7 @@ It has been observed that in some cases, a failure happens before the workflow r
548548
### Workflows Waiting for Status in GitHub
549549
{:.no_toc}
550550

551-
If you have implemented Workflows on a branch in your GitHub repository, but the status check never completes, there may be status settings in GitHub that you need to deselect. For example, if you choose to protect your branches, you may need to deselect the `ci/circleci` status key as this check refers to the default CircleCI 1.0 check, as follows:
551+
If you have implemented Workflows on a branch in your GitHub repository, but the status check never completes, there may be status settings in GitHub that you need to deselect. For example, if you choose to protect your branches, you may need to deselect the `ci/circleci` status key as this check refers to the default CircleCI 1.0 check, as follows:
552552

553553
![Uncheck GitHub Status Keys]({{ site.baseurl }}/assets/img/docs/github_branches_status.png)
554554

0 commit comments

Comments
 (0)