This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new ec2e3088528 Fix publish docs runs-on config (#50280) (#50283)
ec2e3088528 is described below

commit ec2e30885287a9390a31a06d30ab311673601529
Author: GPK <[email protected]>
AuthorDate: Wed May 7 01:08:19 2025 +0100

    Fix publish docs runs-on config (#50280) (#50283)
---
 .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 8c80213c255..b20839632b6 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 }}

Reply via email to