Skip to content

Commit 34f43ba

Browse files
Update configuration-reference.md
incorporate Tom's suggestion
1 parent 10e4e97 commit 34f43ba

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
@@ -38,7 +38,7 @@ Each job is an item in the `jobs` list.
3838

3939
### **`build`**
4040

41-
The `build` job is the default job and is the only job that will be automatically picked up and run by CircleCI. However, if you configure Workflows, a job named `build` is not required. See the [Workflows]({{ site.baseurl }}/2.0/workflows) documentation for detailed information.
41+
The build job is the default job and is required if you are not using Workflows. If you are using Workflows, a job named build is optional. See the [Workflows]({{ site.baseurl }}/2.0/workflows/) documentation for detailed information.
4242

4343
Each job consists of the job's name as a key and a map as a value. A name should be unique within a current `jobs` list. The value map has the following attributes:
4444

0 commit comments

Comments
 (0)