From e1ac763c187e90713f91bb9d6429f9021cde456d Mon Sep 17 00:00:00 2001 From: nicodes Date: Sat, 1 Aug 2026 16:43:26 -0600 Subject: [PATCH] Show CI, CD and Release in the Actions tab The `name:` field is what the Actions tab lists, and it was the lowercase filename -- so the sidebar read `ci`, `cd`, `release`, which looks like a typo rather than a convention. Only the display name changes. The job key stays lowercase: it is a YAML identifier, and with one job per workflow a `name:` override on it would only repeat the title directly above it. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db55b1..6b81c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: CI # Every push and pull request: build, then test, on one runner. # diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9ab11e..b4b0430 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: Release # Cut a release: bump the tag, cross-compile, publish archives with checksums # and build provenance.