From 0442462b7411d62113be484b2d20640f7765f1f0 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Tue, 14 Jul 2026 00:19:35 -0500 Subject: [PATCH] Name ci-test job "CI" for a searchable status check (#224) Give the check job an explicit name so branch protection rules can reference a stable, searchable "CI" status check context instead of the generic job-key-derived name. Co-authored-by: Claude Opus 4.8 (1M context) --- .github/workflows/ci-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 873ab26..a0b022e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -10,6 +10,7 @@ concurrency: cancel-in-progress: true jobs: check: + name: CI runs-on: ubuntu-latest steps: - name: Checkout