管理工作流程运行
可以手动与工作流运行交互,以确保它们有效运行。
手动运行工作流程
当工作流配置为在发生 workflow_dispatch
事件时运行时,可以使用 GitHub、GitHub CLI 或 REST API 上的“Actions”选项卡运行工作流。
Re-running workflows and jobs
You can re-run a workflow run, all failed jobs in a workflow run, or specific jobs in a workflow run up to 30 days after its initial run.
Canceling a workflow run
You can cancel a workflow run, including all jobs and steps, that is in progress.
Disabling and enabling a workflow
You can disable and re-enable a workflow using the GitHub UI, the REST API, or GitHub CLI.
跳过工作流程运行
可以通过在提交消息中包含命令来跳过由 push
和 pull_request
事件触发的工作流运行。
删除工作流程运行
您可以删除已完成或超过两周的工作流程运行。
下载工作流程构件
您可以在存档的构件自动过期之前下载它们。
删除工作流程构件
你可以通过在 GitHub 上删除工件,在它们过期之前回收已使用的 GitHub Actions 存储空间。
管理缓存
可以监视、筛选和删除从工作流创建的依赖项缓存。
Approving workflow runs from forks
You can manually approve workflow runs that have been triggered by a contributor's pull request.