Skip to content

Commit 30a3c5d

Browse files
malfetpytorchmergebot
authored andcommitted
Skip lintchecks for now (pytorch#153156)
As devs has been complaining it's failing. Completely remove them from lint.yml as pytorch#153157 moved it to nightly See pytorch#152439 as well as pytorch#152884 and pytorch#152489 for more details Was introduced in pytorch#152377 Pull Request resolved: pytorch#153156 Approved by: https://github.com/albanD, https://github.com/ZainRizvi
1 parent e86b6b2 commit 30a3c5d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,6 @@ jobs:
283283
# All we need to see is that it passes
284284
python3 torch/utils/collect_env.py
285285
286-
link-check:
287-
name: Link checks
288-
needs: get-label-type
289-
uses: ./.github/workflows/_link_check.yml
290-
with:
291-
runner: ${{ needs.get-label-type.outputs.label-type }}
292-
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
293-
secrets: inherit
294-
295286
concurrency:
296287
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
297288
cancel-in-progress: true

0 commit comments

Comments
 (0)