We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-markdown-links
1 parent a9219b3 commit f5e32b0Copy full SHA for f5e32b0
1 file changed
.github/workflows/check-markdown-links.yml
@@ -1,9 +1,10 @@
1
name: 'Check Markdown Links'
2
3
-on:
4
- pull_request:
5
- paths:
6
- - "**/*.md"
+# Re-enable when https://github.com/dotnet/dotnet-docker/issues/7176 is resolved.
+# on:
+# pull_request:
+# paths:
7
+# - "**/*.md"
8
9
permissions:
10
pull-requests: read
0 commit comments