You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/22 19:24:55 UTC

[airflow] 17/47: CI: Remove ``sleep`` from Static Check Step (#16178)

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

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 53805f4c027c090b02391e071ea8640e64ef6901
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Mon May 31 11:50:20 2021 +0100

    CI: Remove ``sleep`` from Static Check Step (#16178)
    
    I think this was added as a DEBUG step which was forgotten to remove
    in https://github.com/apache/airflow/pull/15944
    
    (cherry picked from commit 19a9fc5273337ca2bb68eb669055487f81fb21d6)
---
 .github/workflows/ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 76e1394..64312b8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -409,8 +409,6 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         run: ./scripts/ci/static_checks/run_basic_static_checks.sh "${{ github.sha }}"
         env:
           VERBOSE: false
-      - run: sleep 600
-
 
   static-checks-pylint:
     timeout-minutes: 30