From b9ee78d94b374908308837bcff4c1500796e1a1f Mon Sep 17 00:00:00 2001 From: BeFunes Date: Thu, 21 Nov 2024 11:34:30 +0100 Subject: [PATCH] Update docs about auto-cancellation --- jekyll/_cci2/skip-build.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll/_cci2/skip-build.adoc b/jekyll/_cci2/skip-build.adoc index 87e9e35ef1d..ef9e031b2ca 100644 --- a/jekyll/_cci2/skip-build.adoc +++ b/jekyll/_cci2/skip-build.adoc @@ -93,8 +93,8 @@ To save time, you can configure CircleCI to automatically cancel any non-termina A few points to note regarding the use of the auto-cancel feature: -* Your project's default branch (usually `main`) will never auto-cancel workflows. -* Auto-cancel affect pipelines triggered by pushes to a VCS or via the API. +* Pushing to a default branch (usually `main`) will never auto-cancel workflows. +* Auto-cancel affects pipelines triggered by pushes to a VCS or via the API. * Only workflows that are triggered when the feature is enabled will be auto-cancelled. ### Enable auto-cancel