Skip to content

Commit 5fb6744

Browse files
authored
Disable broken CI checks for now.
1 parent 354d256 commit 5fb6744

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ jobs:
1616
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
1717
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
1818
enable_macos_checks: true
19+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}]"
1920
enable_wasm_sdk_build: true
2021
soundness:
2122
name: Soundness
2223
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2324
with:
2425
license_header_check_project_name: "Swift"
26+
license_header_check_enabled: false
27+
docs_check_enabled: false
28+
unacceptable_language_check_enabled: false
29+
format_check_enabled: false

0 commit comments

Comments
 (0)