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/skip-build.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,7 @@ If you are frequently pushing changes to a branch, you increase the chances of b
66
66
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.
67
67
68
68
**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.
71
70
72
71
### Steps to Enable Auto-Cancel for New Builds Triggered by Pushes to GitHub without Workflows
73
72
{:.no_toc}
@@ -83,13 +82,13 @@ Your project's default branch will never auto cancel builds. This feature only a
83
82
84
83
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.
85
84
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.
87
86
88
87
1. In the CircleCI application, go to your project's settings by clicking the gear icon next to your project.
89
88
90
89
2. In the **Build Settings** section, click on **Advanced Settings**.
91
90
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.
93
92
94
93
4. Commit a change to trigger a build and ensure it runs successfully with the new pipelines.
0 commit comments