From 63df3e1750eb74afc9e40b0aeefce61684bb5b26 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sat, 13 Jun 2026 00:32:16 -0700 Subject: [PATCH] ci(examples): name the Understone job distinctly The job was named "test", colliding with core CI's "test" matrix so the PR checks list showed two "test (3.11)" rows. Rename it to "understone" so the example's checks read unambiguously (understone (3.11) / (3.13)). (cherry picked from commit efa8664e4da1c99e630a1ee0e10eee304b37949b) --- .github/workflows/understone-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/understone-example.yml b/.github/workflows/understone-example.yml index 0724e7c8..5df8a5f8 100644 --- a/.github/workflows/understone-example.yml +++ b/.github/workflows/understone-example.yml @@ -21,7 +21,7 @@ permissions: contents: read jobs: - test: + understone: runs-on: ubuntu-latest defaults: run: