Skip to content

Commit

Permalink
CI: Remove sleep from Static Check Step (#16178)
Browse files Browse the repository at this point in the history
I think this was added as a DEBUG step which was forgotten to remove
in apache/airflow#15944

GitOrigin-RevId: 19a9fc5273337ca2bb68eb669055487f81fb21d6
  • Loading branch information
kaxil authored and Cloud Composer Team committed Mar 10, 2022
1 parent 610aa80 commit 3d07301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d07301

Please sign in to comment.