Skip to content

Conversation

@ssiweifnag
Copy link

描述

根據 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
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
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.

2 participants