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 #15944
  • Loading branch information
kaxil authored May 31, 2021
1 parent 62f0410 commit 19a9fc5
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 19a9fc5

Please sign in to comment.