This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 19a9fc5 CI: Remove ``sleep`` from Static Check Step (#16178)
19a9fc5 is described below
commit 19a9fc5273337ca2bb68eb669055487f81fb21d6
Author: Kaxil Naik <[email protected]>
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
---
.github/workflows/ci.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3203fa3..350e6db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -411,8 +411,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