From 5cc790bd6b1e8940ef5c61c075415f4ba1450e12 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 30 Apr 2026 10:08:34 -0600 Subject: [PATCH] ci: drop title-case job display names Without a name: field GitHub uses the job key as the display name, giving lowercase "test" and "sync" entries in the Actions pane to match the workflow naming convention. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/sync.yml | 1 - .github/workflows/test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 34f9954..4e4eb64 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -12,7 +12,6 @@ permissions: jobs: sync: - name: Sync ArgoCD # In-cluster runner; kubectl uses its auto-mounted SA token to talk to # the API directly. The tfroot-runner image has kubectl preinstalled. runs-on: arc-tf diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46a4ce1..eaec11d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ permissions: jobs: test: - name: Pre-commit Tests runs-on: ubuntu-latest steps: - name: Checkout repository