Skip to content

Commit ff080c1

Browse files
authored
docs: remove "Specify" from auto-cancel-after-failures section heading (#1441)
1 parent 6fb569f commit ff080c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following examples demonstrate the actions' functions.
4444
- Getting [PR and URL](#automatic-pr-number-and-url-detection) automatically
4545
- Overwriting [Merge SHA into SHA](#merge-sha-into-sha) message
4646
- Tag [recordings](#tag-recordings)
47-
- Specify [auto cancel](#specify-auto-cancel-after-failures) after failures
47+
- Specify [auto cancel](#auto-cancel-after-failures) after failures
4848
- Store [test artifacts](#artifacts) on GitHub
4949
- [Quiet output](#quiet-flag)
5050
- Set Cypress [config values](#config)
@@ -577,7 +577,7 @@ The recording will have tags as labels on the run.
577577

578578
You can pass multiple tags using commas like `tag: node-18,nightly,staging`.
579579

580-
### Specify auto cancel after failures
580+
### Auto cancel after failures
581581

582582
Specify the number of failed tests that will cancel a run when using the [Cypress Cloud Auto Cancellation](https://docs.cypress.io/cloud/features/smart-orchestration/run-cancellation) feature.
583583

@@ -757,7 +757,7 @@ If you use the GitHub Actions facility for [Re-running workflows and jobs](https
757757
To optimize runs when there are failing tests present, refer to optional [Cypress Cloud Smart Orchestration](https://docs.cypress.io/cloud/features/smart-orchestration/overview/) Premium features:
758758

759759
- [Spec Prioritization](https://docs.cypress.io/cloud/features/smart-orchestration/spec-prioritization)
760-
- [Auto Cancellation](https://docs.cypress.io/guides/cloud/smart-orchestration/run-cancellation). See also [Specify auto cancel after failures](#specify-auto-cancel-after-failures) for details of how to set this option in a Cypress GH Action workflow.
760+
- [Auto Cancellation](https://docs.cypress.io/guides/cloud/smart-orchestration/run-cancellation). See also [Auto cancel after failures](#auto-cancel-after-failures) for details of how to set this option in a Cypress GitHub Action workflow.
761761

762762
During staged rollout of a new GitHub-hosted runner version, GitHub may provide a mixture of current and new image versions used by the container matrix. It is recommended to use a [Docker image](#docker-image) in the parallel job run which avoids any Cypress Cloud errors due to browser major version mismatch from the two different image versions. A [Docker image](#docker-image) is not necessary if testing against the default built-in Electron browser because this browser version is fixed by the Cypress version in use and it is unaffected by any GitHub runner image rollout.
763763

0 commit comments

Comments
 (0)