Skip to content

Commit f96996b

Browse files
authored
Remove PyTorch Cheat Sheet (#3402)
* Remove PyTorch Cheat Sheet * Update link_checkPR.yml
1 parent cccce6b commit f96996b

File tree

3 files changed

+6
-467
lines changed

3 files changed

+6
-467
lines changed

.github/workflows/link_checkPR.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
- name: Skip Message
4444
if: steps.skip-label.outputs.result == 'true'
4545
run: echo "Link check was skipped due to the presence of the 'skip-link-check' label."
46-
46+
47+
# Per tj-actions, a delete file is not a changed file so this ensures lint checking does not occur on deleted files
48+
- name: No Files to Check
49+
if: steps.skip-label.outputs.result == 'false' && steps.changed-files.outputs.any_changed == 'true'
50+
run: echo "No relevant files were changed in this PR that require link checking."
51+
4752
- name: Suggestions
4853
if: failure()
4954
run: |

beginner_source/PyTorch Cheat.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)