From 0963b229bcb962176566af919d1ecd631c15102b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Tue, 6 May 2025 21:53:29 +0100 Subject: [PATCH] Fix publish docs runs-on config --- .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 7e5a702911794..64f197f7ebf8f 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -310,7 +310,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 }}