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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ea3efa2344 fix staging branch checkout
ea3efa2344 is described below

commit ea3efa23446cfd52ad5556152049a06410dfbb42
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 17:53:45 2025 +0200

    fix staging branch checkout
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 08b0dd20d7..ef11652df3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -98,7 +98,6 @@ jobs:
           pre-commit run --all-files --color always
       - name: 🗂 Checkout ${{ env.PUBLISH_BRANCH }} branch with minimum depth
         uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9  # 
3.5.3
-        if: env.PROD_PUBLISH_REQUIRED != 'false'
         with:
           ref: ${{ env.PUBLISH_BRANCH }}
           fetch-depth: 1

Reply via email to