ノート: GitHubホストランナーは、現在GitHub Enterprise Serverでサポートされていません。 GitHubパブリックロードマップで、計画されている将来のサポートに関する詳しい情� �を見ることができます。
GitHub Actionsの支払いについて
GitHub Actionsは、コードを保存するのと同じ� �所でソフトウェア開発のワークフローを自動化し、プルリクエストやIssueで協力することを支援します。 個々のタスクを書き、アクションを呼び出し、それらを組み合わせてカスタ� のワークフローを作成できます。 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.
保持期間をカスタマイズした� �合、適用されるのは新しい成果物とログファイルに対してであり、既存のオブジェクトにさかのぼっては適用されません。 管理されたリポジトリ及びOrganizationについては、最大の保持期間は管理するOrganizationあるいはEnterpriseによって設定された上限を超えることはできません。
詳しい情� �については、以下を参照してく� さい。
- "Managing GitHub Actions settings for a repository"
- "Configuring the retention period for GitHub Actions for artifacts and logs in your organization"
- "Enforcing policies for GitHub Actions in your enterprise"
リポジトリあるいはOrganizationでのGitHub Actionsの無効化もしくは制限
By default, after GitHub Actions is enabled on your GitHub Enterprise Server instance, it is enabled on all repositories and organizations. 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.
詳しい情� �については、以下を参照してく� さい。
- "Managing GitHub Actions settings for a repository"
- 「Organization の GitHub Actions を無効化または制限する」
- "Enforcing policies for GitHub Actions in your enterprise"
ワークフローの無効化と有効化
You can enable and disable individual workflows in your repository on GitHub.
不必要なワークフローの実行を避けるために、スケジュールされたワークフローは自動的に無効化できます。 パブリックリポジトリがフォークされると、スケジュールされたワークフローはデフォルトで無効化されます。 パブリックリポジトリでは、60日間にリポジトリにアクティビティがなかった� �合、スケジュールされたワークフローは自動的に無効化されます。
詳しい情� �については、「ワークフローの無効化と有効化」を参照してく� さい。