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 539a484133 One more if was missing in docs building (#35464)
539a484133 is described below

commit 539a48413387bc1bf300f67c7a567c2c42da41d1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Nov 6 01:08:27 2023 +0100

    One more if was missing in docs building (#35464)
    
    The optimization of docs building missed one if in CI workflow
    in #35459
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48bde1a1ab..a2bcd7e019 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -703,6 +703,7 @@ jobs:
           breeze release-management publish-docs
           --override-versioned --run-in-parallel
           ${{ needs.build-info.outputs.docs-list-as-string }}
+        if: needs.build-info.outputs.full-tests-needed == 'true'
       - name: "Generate back references for providers"
         run: breeze release-management add-back-references all-providers
         if: needs.build-info.outputs.full-tests-needed == 'true'

Reply via email to