From 697926f1d551a8ba4fa49de528b77905bab0a551 Mon Sep 17 00:00:00 2001
From: djconsult <133032924+danjohansenconsulting@users.noreply.github.com>
Date: Tue, 3 Sep 2024 22:35:05 -0400
Subject: [PATCH] Change name from Run Cancellation to Auto Cancellation
this was some old verbiage still in-use and we call it auto cancellation in all other places
---
docs/guides/cloud/account-management/projects.mdx | 2 +-
docs/guides/cloud/recorded-runs.mdx | 2 +-
docs/guides/cloud/smart-orchestration/overview.mdx | 2 +-
docs/guides/cloud/smart-orchestration/run-cancellation.mdx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/guides/cloud/account-management/projects.mdx b/docs/guides/cloud/account-management/projects.mdx
index 11ab07b34c..f13e1b6f3f 100644
--- a/docs/guides/cloud/account-management/projects.mdx
+++ b/docs/guides/cloud/account-management/projects.mdx
@@ -167,7 +167,7 @@ canceling.
These settings can significantly improve developer resolution time, reduce your monthly CI bill and free up CI resources. See our
[Spec Prioritization](/guides/cloud/smart-orchestration/spec-prioritization)
-and [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation) guides to learn more.
+and [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation) guides to learn more.
See our [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation)
+ See our [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation)
guide to learn how to improve developer resolution time, reduce your monthly CI bill
and free up CI resources with `Auto Cancellation`.
diff --git a/docs/guides/cloud/smart-orchestration/overview.mdx b/docs/guides/cloud/smart-orchestration/overview.mdx
index aeb367682e..3911ada05e 100644
--- a/docs/guides/cloud/smart-orchestration/overview.mdx
+++ b/docs/guides/cloud/smart-orchestration/overview.mdx
@@ -15,7 +15,7 @@ to speed up test runs, accelerate debugging workflows, and reduce costs:
- [Spec Prioritization](/guides/cloud/smart-orchestration/spec-prioritization):
Quickly verify that your latest changes fixed a build by prioritizing the
specs that failed in the previous Cypress run.
-- [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation):
+- [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation):
Automatically cancel a Cypress run when tests fail. Canceling tests
early reduces the number of “tests recorded” and thus your
monthly bill as you won't be billed for tests that aren't valuable once your run
diff --git a/docs/guides/cloud/smart-orchestration/run-cancellation.mdx b/docs/guides/cloud/smart-orchestration/run-cancellation.mdx
index 5c5fcaed01..b8ff84cb6f 100644
--- a/docs/guides/cloud/smart-orchestration/run-cancellation.mdx
+++ b/docs/guides/cloud/smart-orchestration/run-cancellation.mdx
@@ -1,5 +1,5 @@
---
-title: Run Cancellation
+title: Auto Cancellation
sidebar_position: 50
---