Skip to content

Commit 5add36e

Browse files
committed
Disable docs soundness check, doesn't work when API varies by platform
1 parent 40267fe commit 5add36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2525
with:
2626
license_header_check_project_name: "Swift"
27-
docs_check_container_image: "swift:6.2-noble"
27+
docs_check_enabled: false # can't evaluate merged docs across platforms
2828
format_check_enabled: false
2929
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)