From 675170a1cd0d7d669b476e7541cd909a5c9066e4 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Wed, 26 Mar 2025 11:38:07 +0000 Subject: [PATCH] Deactivate bc linter --- .github/workflows/lint.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 }}