From 058e3dadab509da8a50bfff014300aad9e5663d4 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Tue, 13 Oct 2020 18:09:12 +0200 Subject: [PATCH 1/3] Update about-self-hosted-runners.md Fix duplicate list entry --- .../hosting-your-own-runners/about-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index eb7ed8be6ea0..6a62b872691a 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -60,7 +60,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe {% data reusables.github-actions.usage-workflow-run-time %} - **Job queue time** - Each job for self-hosted runners can be queued for a maximum of 24 hours. If a self-hosted runner does not start executing the job within this limit, the job is terminated and fails to complete. {% data reusables.github-actions.usage-api-requests %} -- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %} +{% data reusables.github-actions.usage-matrix-limits %} ### Supported operating systems for self-hosted runners From 59ef73ebb16bb019ce3f03a1b131cd568fe02483 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Fri, 16 Oct 2020 09:35:44 +0200 Subject: [PATCH 2/3] Revert "Update about-self-hosted-runners.md" This reverts commit 058e3dadab509da8a50bfff014300aad9e5663d4. --- .../hosting-your-own-runners/about-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 6a62b872691a..eb7ed8be6ea0 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -60,7 +60,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe {% data reusables.github-actions.usage-workflow-run-time %} - **Job queue time** - Each job for self-hosted runners can be queued for a maximum of 24 hours. If a self-hosted runner does not start executing the job within this limit, the job is terminated and fails to complete. {% data reusables.github-actions.usage-api-requests %} -{% data reusables.github-actions.usage-matrix-limits %} +- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %} ### Supported operating systems for self-hosted runners From 5043377c14802ef8cbfebd522bb6a81b7367b34f Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Fri, 16 Oct 2020 09:36:55 +0200 Subject: [PATCH 3/3] Update usage-matrix-limits.md --- data/reusables/github-actions/usage-matrix-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/github-actions/usage-matrix-limits.md b/data/reusables/github-actions/usage-matrix-limits.md index 8ffadd1225bc..76d5a907a4fa 100644 --- a/data/reusables/github-actions/usage-matrix-limits.md +++ b/data/reusables/github-actions/usage-matrix-limits.md @@ -1 +1 @@ -- **Job matrix** - A job matrix can generate a maximum of 256 jobs per workflow run. This limit also applies to self-hosted runners. +A job matrix can generate a maximum of 256 jobs per workflow run. This limit also applies to self-hosted runners.