Skip to content

Commit 8c0dcc8

Browse files
Fix publish docs runs-on config (apache#50280)
1 parent 8934641 commit 8c0dcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-image-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
id-token: write
311311
contents: read
312312
needs: build-docs
313-
runs-on: ${{ fromJSON(inputs.runs-on-as-json-docs-build) }}
313+
runs-on: ${{ fromJSON(inputs.runners) }}
314314
env:
315315
GITHUB_REPOSITORY: ${{ github.repository }}
316316
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)