From eee419acdec696709dc52c32d6a9115c1a2af1da Mon Sep 17 00:00:00 2001 From: GPK Date: Tue, 6 May 2025 21:57:09 +0100 Subject: [PATCH] Fix publish docs runs-on config (#50280) --- .github/workflows/ci-image-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image-checks.yml b/.github/workflows/ci-image-checks.yml index 8c80213c255f5..b20839632b67d 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -311,7 +311,7 @@ jobs: id-token: write contents: read needs: build-docs - runs-on: ${{ fromJSON(inputs.runs-on-as-json-docs-build) }} + runs-on: ${{ fromJSON(inputs.runners) }} env: GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}