diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40d025b2f7e..b2dbd1a6e58 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -99,13 +99,13 @@ jobs: mypy --install-types --non-interactive --config-file mypy.ini echo '::endgroup::' - bc: - if: github.event.pull_request - runs-on: ubuntu-latest - steps: - - name: Run BC Lint Action - uses: pytorch/test-infra/.github/actions/bc-lint@main - with: - repo: ${{ github.event.pull_request.head.repo.full_name }} - base_sha: ${{ github.event.pull_request.base.sha }} - head_sha: ${{ github.event.pull_request.head.sha }} + # bc: + # if: github.event.pull_request + # runs-on: ubuntu-latest + # steps: + # - name: Run BC Lint Action + # uses: pytorch/test-infra/.github/actions/bc-lint@main + # with: + # repo: ${{ github.event.pull_request.head.repo.full_name }} + # base_sha: ${{ github.event.pull_request.base.sha }} + # head_sha: ${{ github.event.pull_request.head.sha }}