Skip to content

chore: rename workflow files to reflect job contents (#50546)#64095

Open
Dodothereal wants to merge 1 commit into
nodejs:mainfrom
Dodothereal:chore/50546-rename-workflows
Open

chore: rename workflow files to reflect job contents (#50546)#64095
Dodothereal wants to merge 1 commit into
nodejs:mainfrom
Dodothereal:chore/50546-rename-workflows

Conversation

@Dodothereal

Copy link
Copy Markdown

Closes #50546

Description

Two GitHub Actions workflows are named after files but not after what they do (doc.yml, daily.yml). Rename them so their filenames match their job:

  • .github/workflows/doc.yml β†’ .github/workflows/build-docs.yml
  • .github/workflows/daily.yml β†’ .github/workflows/build-lto.yml

Verified neither path is referenced elsewhere in the repo (grep across all YAML/JSON/Markdown).

Test plan

  • Pure rename; CI workflow triggers will resolve by the new paths.
  • Git tracks these as renames with 100% similarity.

AI assistance

None in the diff itself; the rename is the literal content of the issue.

Renames two GitHub Actions workflows so that the file names match
what the jobs inside them actually do:

- `.github/workflows/doc.yml` β†’ `.github/workflows/build-docs.yml`
- `.github/workflows/daily.yml` β†’ `.github/workflows/build-lto.yml`

Neither path is referenced anywhere else in the repository (verified
with `grep` over Markdown, JSON and YAML), so this is a pure rename.
This brings the two files in line with the project's stated convention
of naming workflow files after the job they perform and was requested
in nodejs#50546.

Closes nodejs#50546
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

github workflows needs name correction according to the job

2 participants