Skip to content

Commit f5e32b0

Browse files
lbussellCopilot
andauthored
Temporarily disable check-markdown-links workflow (dotnet#7177)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a9219b3 commit f5e32b0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/check-markdown-links.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: 'Check Markdown Links'
22

3-
on:
4-
pull_request:
5-
paths:
6-
- "**/*.md"
3+
# Re-enable when https://github.com/dotnet/dotnet-docker/issues/7176 is resolved.
4+
# on:
5+
# pull_request:
6+
# paths:
7+
# - "**/*.md"
78

89
permissions:
910
pull-requests: read

0 commit comments

Comments
 (0)