Skip to content

Rename Release run workflow to _release-run#679

Merged
ptrdom merged 1 commit into
mainfrom
rename-release-run-workflow
Jul 1, 2026
Merged

Rename Release run workflow to _release-run#679
ptrdom merged 1 commit into
mainfrom
rename-release-run-workflow

Conversation

@ptrdom

@ptrdom ptrdom commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

The reusable release pipeline (_run.yml, displayed as "Release run") always appears in the Actions sidebar. A workflow_call-only workflow cannot be hidden from the UI, but it can be made to read as internal:

  • Rename _run.yml to _release-run.yml.
  • Drop the name: field so GitHub displays the file path (.github/workflows/_release-run.yml) instead of "Release run", signalling it is an internal reusable workflow not meant to be launched on its own.
  • Update the four caller references and the comment in release.yml.

No behavioural change to the release pipeline.

@ptrdom ptrdom enabled auto-merge (squash) June 30, 2026 19:12
The reusable release pipeline always shows in the Actions sidebar (no way
to hide a workflow_call-only file). Rename the file to _release-run.yml
and drop its name: so GitHub displays the file path, making clear it is an
internal reusable workflow rather than something meant to be launched on
its own. Update caller references in release.yml.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ptrdom ptrdom force-pushed the rename-release-run-workflow branch from 73abeb2 to aa76e28 Compare July 1, 2026 08:57
@ptrdom ptrdom merged commit df7c653 into main Jul 1, 2026
24 of 25 checks passed
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