Skip to content

Commit f4d7f18

Browse files
authored
Merge pull request circleci#3282 from circleci/Skip-Build-Updated-041019
Update skip-build.md
2 parents c2ce35a + 0c7c007 commit f4d7f18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jekyll/_cci2/skip-build.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ If you are frequently pushing changes to a branch, you increase the chances of b
6666
To save time, you can configure CircleCI to automatically cancel any queued or running builds when a newer build is triggered on that same branch.
6767

6868
**Note:**
69-
Your project's default branch will never auto cancel builds. This feature only applies to non-workflow builds, builds triggered by pushes to GitHub, or workflow builds that use the new [build processing]({{ site.baseurl }}/2.0/build-processing/) feature.
70-
69+
Your project's default branch will never auto-cancel builds. This feature only applies to non-workflow builds, builds triggered by pushes to GitHub, or workflow builds that use the new pipelines feature.
7170

7271
### Steps to Enable Auto-Cancel for New Builds Triggered by Pushes to GitHub without Workflows
7372
{:.no_toc}
@@ -83,13 +82,13 @@ Your project's default branch will never auto cancel builds. This feature only a
8382

8483
Projects for which auto-cancel is enabled in the Advanced Settings will have workflows on non-default branches cancelled when a newer build is triggered on that same branch.
8584

86-
**Notes:** It is important to carefully consider the impact of enabling the auto-cancel feature, for example, if you have configured automated deployment jobs on non-default branches. Auto-cancelling workflows requires enabling the preview [build processing]({{ site.baseurl }}/2.0/build-processing/) feature.
85+
**Notes:** It is important to carefully consider the impact of enabling the auto-cancel feature, for example, if you have configured automated deployment jobs on non-default branches. Auto-cancelling workflows requires enabling the preview feature.
8786

8887
1. In the CircleCI application, go to your project's settings by clicking the gear icon next to your project.
8988

9089
2. In the **Build Settings** section, click on **Advanced Settings**.
9190

92-
3. In the **Enabling Build Processing (preview)** section, click the **On** button.
91+
3. In the **Enabling Pipelines (preview)** section, click the **On** button.
9392

9493
4. Commit a change to trigger a build and ensure it runs successfully with the new pipelines.
9594

0 commit comments

Comments
 (0)