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

gopidesu pushed a commit to branch fix-docs-publishing
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/fix-docs-publishing by this 
push:
     new ff24e3a5a46 Comment selective check
ff24e3a5a46 is described below

commit ff24e3a5a46fb6d17551a3aebcf5080c8a46a4b2
Author: Pavan Kumar <[email protected]>
AuthorDate: Thu May 8 09:15:21 2025 +0100

    Comment selective check
---
 .github/workflows/publish-docs-to-s3.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index 23e644a286d..2c8800ad3a5 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -48,8 +48,6 @@ jobs:
     timeout-minutes: 10
     name: "Build Info"
     runs-on: ["ubuntu-24.04"]
-    outputs:
-      runners: ${{ steps.selective-checks.outputs.amd-runners }}
     env:
       GITHUB_CONTEXT: ${{ toJson(github) }}
       VERBOSE: true
@@ -92,11 +90,6 @@ jobs:
         uses: ./.github/actions/breeze
         with:
           use-uv: "true"
-      - name: Selective checks
-        id: selective-checks
-        env:
-          VERBOSE: "false"
-        run: breeze ci selective-check 2>> ${GITHUB_OUTPUT}
 
   build-ci-images:
     name: Build CI images
@@ -108,7 +101,7 @@ jobs:
       # from forks. This is to prevent malicious PRs from creating images in 
the "apache/airflow" repo.
       packages: write
     with:
-      runners: ${{ needs.build-info.outputs.amd-runners }}
+      runners: '["ubuntu-22.04"]'
       platform: "linux/amd64"
       push-image: "false"
       upload-image-artifact: "true"

Reply via email to