From f2ad5b58ce8e96e7f3190e5699e61e8c654ece65 Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Tue, 27 May 2025 14:49:27 -0700 Subject: [PATCH 1/2] Only run 2 parallel indexing jobs (#55814) --- .github/workflows/index-general-search.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/index-general-search.yml b/.github/workflows/index-general-search.yml index cbc60585b4..151bfec63b 100644 --- a/.github/workflows/index-general-search.yml +++ b/.github/workflows/index-general-search.yml @@ -108,7 +108,9 @@ jobs: # the whole job fast. # As of June 2023, it takes about 10+ minutes to index one whole # language and we have 8 non-English languages. - max-parallel: 3 + # As of May 2025, we index so many pages that we are being rate-limited by + # Elasticsearch. So we are shrinking this value to 2, down from 3 + max-parallel: 2 matrix: language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }} steps: From 505cf40ad791dca43cb14720b73887ccd25cf1f5 Mon Sep 17 00:00:00 2001 From: Matthew Steeples Date: Wed, 28 May 2025 00:16:36 +0100 Subject: [PATCH 2/2] Fix typo on price (#38555) Co-authored-by: Sharra-writes --- .../about-billing-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions.md b/content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions.md index e56d5f4272..5559c52be1 100644 --- a/content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -85,7 +85,7 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna | Windows 16-core | $0.128 | | Windows 32-core | $0.256 | | Windows 64-core | $0.512 | -| Windows 96-core | $0.786 | +| Windows 96-core | $0.768 | | macOS 12-core | $0.12 | #### Per-minute rates for arm64-powered {% data variables.actions.hosted_runners %}