Skip to content

Show CI, CD and Release in the Actions tab - #4

Merged
nicodes merged 1 commit into
mainfrom
chore/display-workflow-names
Aug 1, 2026
Merged

Show CI, CD and Release in the Actions tab#4
nicodes merged 1 commit into
mainfrom
chore/display-workflow-names

Conversation

@nicodes

@nicodes nicodes commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The name: field is what the Actions tab lists, and it was set to the lowercase filename — so the sidebar read ci, cd, release, which looks like a typo rather than a convention.

Only the display name changes. Nothing about what runs, when, or in what order.

The job key stays lowercase

jobs.ci: / jobs.cd: / jobs.release: are unchanged, so the check name on a pull request still reads lowercase. That's deliberate — they're YAML identifiers, and with one job per workflow a name: CI override on the job would just repeat the title directly above it.

Applied across all 13 repos and 20 workflow files in one pass, so the tab reads the same everywhere.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@nicodes
nicodes merged commit f8bed89 into main Aug 1, 2026
1 check passed
@nicodes
nicodes deleted the chore/display-workflow-names branch August 1, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant