From 0e350f631ed43c3b38fd838b210f3226bdfb624a Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Mon, 20 May 2024 05:58:58 -0400 Subject: [PATCH] Fix typo in ci docs. (#1756) [skip-tests] --- ci-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-overview.md b/ci-overview.md index 19bae3f4a0f..b9cb2acc2a8 100644 --- a/ci-overview.md +++ b/ci-overview.md @@ -38,7 +38,7 @@ Special commands are provided that can be included in commit messages to direct Use these commands judiciously. While they offer flexibility, they should be used appropriately to maintain the codebase's integrity and quality. -### Temporarily Overriding the Pull Requeest Matrix +### Temporarily Overriding the Pull Request Matrix If a workflow named `override` exists in the matrix.yaml file, this matrix will be used for pull requests instead of the `pull_request` matrix. This is useful for reducing resource usage when launching many CI workflows from a PR (for example, while testing CI features).