Skip to content

workflow: rename doc.yml and daily.yml to match job names#61761

Open
ssiweifnag wants to merge 1 commit intonodejs:mainfrom
ssiweifnag:workflow-rename-50546
Open

workflow: rename doc.yml and daily.yml to match job names#61761
ssiweifnag wants to merge 1 commit intonodejs:mainfrom
ssiweifnag:workflow-rename-50546

Conversation

@ssiweifnag
Copy link
Copy Markdown

描述

根據 issue #50546,將 workflow 文件重新命名為與 job 名稱一致,以提高可讀性。

修改

檔案 重新命名為
.github/workflows/doc.yml .github/workflows/build-docs.yml
.github/workflows/daily.yml .github/workflows/build-lto.yml

驗證

  • 檢查 workflow 文件是否存在
  • 確認 job 名稱正確
  • 文件已正確重命名

See: #50546

Renames the workflow files to match the job name for clarity.

- doc.yml -> build-docs.yml (job: build-docs)
- daily.yml -> build-lto.yml (job: build-lto)

See: 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 Feb 10, 2026
@avivkeller avivkeller added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.

3 participants