注: GitHub 托管的运行器目前在 GitHub Enterprise Server 上不受支持。 您可以在 GitHub 公共路线图 上查看有关未来支持计划的更多信息。
关于 GitHub Actions 的计费
GitHub Actions 帮助您在您存储代� �的同一位置自动执行软件开发工作流程,并协作处理拉取请求和议题。 您可以写入个别任务,称为操作,并结合它们创建一个自定义的工作流程。 For more information, see "Understanding GitHub Actions" and "About GitHub Actions for enterprises."
GitHub Actions usage is free for GitHub Enterprise Server instances that use self-hosted runners. 更多信息请参阅“关于自托管运行器”。
使用限制
使用限制适用于自托管运行器。 更多信息请参阅“关于自托管运行器”。
构件和日志保留策略
You can configure the artifact and log retention period for your repository, organization, or enterprise account.
默认情况下,工作流程生成的构件和日志文件将保留 90 天,然后自动� 除。 您可以� �据仓库类型调整保留期:
-
对于公共仓库:您可以将此保留期更改为 1 至 90 天。
-
For private and internal repositories: you can change this retention period to anywhere between 1 day or 400 days.
自定义保留期时,它仅适用于新构件和日志文件,并且不追溯性地应用于现有对象。 对于托管的仓库和组织,最长保留期不能超过管理组织或企业设置的限制。
更多信息请参阅:
禁用或限制仓库或组织的 GitHub Actions
默认情况下,GitHub Actions 在 your GitHub Enterprise Server instance 上启用后,它 将在所有仓库和组织上启用。 You can choose to disable GitHub Actions or limit them to local actions only, which means that people can only use actions that exist in your repository.
更多信息请参阅:
禁用和启用工作流程
You can enable and disable individual workflows in your repository on GitHub.
为防止不必要的工作流程运行,可能会自动禁用计划的工作流程。 在复刻公共仓库时,默认情况下将禁用计划的工作流程。 在公共仓库中,当 60 天内未发生仓库活动时,将自动禁用计划的工作流程。
更多信息请参阅“禁用和启用工作流程。