From fb82881b554c989e5f8516245b0f0ad697a581e3 Mon Sep 17 00:00:00 2001 From: Norihide Saito Date: Sun, 2 Aug 2026 21:52:24 +0900 Subject: [PATCH] Rename GitHub Actions documentation --- .github/{README.md => github-actions.md} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{README.md => github-actions.md} (100%) diff --git a/.github/README.md b/.github/github-actions.md similarity index 100% rename from .github/README.md rename to .github/github-actions.md diff --git a/README.md b/README.md index 68aa89d..e79c62e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This .NET 10 parallel testing sample uses `--list-tests` and `--filter` paramete This sample has the 100 tests, and slices them to 20 tests in 5 jobs. You can see the pipeline behavior result by clicking the build status badge above. -For the GitHub Actions equivalent, see the [GitHub Actions overview](.github/README.md). +For the GitHub Actions equivalent, see the [GitHub Actions overview](.github/github-actions.md). ## Overview of *azure-pipelines.yml*