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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 20f391e  Removes the step to upload artifact with documentation 
(#14510)
20f391e is described below

commit 20f391e80a17c0d7edc589f956eb9235e4bf69fa
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 27 17:28:58 2021 +0100

    Removes the step to upload artifact with documentation (#14510)
    
    It takes insane 9:30 on the self-hosted runner and likely incurs
    a lot of cost on pushing the docs (and it's value is limited)
---
 .github/workflows/ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 255d15d..54f102a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -439,13 +439,6 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         run: ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
       - name: "Build docs"
         run: ./scripts/ci/docs/ci_docs.sh
-      - name: "Upload documentation"
-        uses: actions/upload-artifact@v2
-        if: always() && github.event_name == 'pull_request'
-        with:
-          name: airflow-documentation
-          path: "./files/documentation"
-          retention-days: 7
       - name: Configure AWS credentials
         uses: ./.github/actions/configure-aws-credentials
         if: >

Reply via email to