From cb6cf67507ff1a8ec7f0fe94d7fbeb4cb37792a2 Mon Sep 17 00:00:00 2001 From: Michelle Clayton Date: Thu, 19 Mar 2026 14:10:34 -0700 Subject: [PATCH] Rename pipeline step (#2197) (cherry picked from commit f8acfcc15416627abb0fa6c5a97ba4ec8c6bd97f) --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caeffab17c9..774bc57b801 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,9 @@ # time to hit the patch failure N times. However, the actual tests run in AzDO, so we can't # reasonably cancel them from here (GitHub Actions). -name: "Test" +# The "0:" prefix makes this workflow's checks sort above the alphabetical AzDO stage names on the +# PR checks list, so patch failures are immediately visible without scrolling. +name: "0: Test" on: pull_request: