From 6bd1f007b685e0af62ce22f8526823a854400136 Mon Sep 17 00:00:00 2001 From: BeFunes Date: Thu, 21 Nov 2024 15:50:03 +0100 Subject: [PATCH] Update docs about auto-cancellation (#9091) --- 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