File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ jobs:
99
99
mypy --install-types --non-interactive --config-file mypy.ini
100
100
echo '::endgroup::'
101
101
102
- bc :
103
- if : github.event.pull_request
104
- runs-on : ubuntu-latest
105
- steps :
106
- - name : Run BC Lint Action
107
- uses : pytorch/test-infra/.github/actions/bc-lint@main
108
- with :
109
- repo : ${{ github.event.pull_request.head.repo.full_name }}
110
- base_sha : ${{ github.event.pull_request.base.sha }}
111
- head_sha : ${{ github.event.pull_request.head.sha }}
102
+ # bc:
103
+ # if: github.event.pull_request
104
+ # runs-on: ubuntu-latest
105
+ # steps:
106
+ # - name: Run BC Lint Action
107
+ # uses: pytorch/test-infra/.github/actions/bc-lint@main
108
+ # with:
109
+ # repo: ${{ github.event.pull_request.head.repo.full_name }}
110
+ # base_sha: ${{ github.event.pull_request.base.sha }}
111
+ # head_sha: ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments