This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8c0dcc87604 Fix publish docs runs-on config (#50280)
8c0dcc87604 is described below
commit 8c0dcc8760444470203057087966bbbe3259162e
Author: GPK <[email protected]>
AuthorDate: Tue May 6 21:57:09 2025 +0100
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 7e5a7029117..64f197f7ebf 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 }}