Skip to content

Commit d96b282

Browse files
authored
Disable the API breakage check in GitHub Actions. (#1311)
Disable the API breakage check in GitHub Actions. We are not targetting the 6.1 toolchain, so we aren't worried about API breakage when built against it. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 82b63f6 commit d96b282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
docs_check_enabled: false
2828
unacceptable_language_check_enabled: false
2929
format_check_enabled: false
30+
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)