Skip to content

Commit 3711876

Browse files
authored
[CI] Disable the API breakage check (#647)
### Motivation This package doesn't have any library products that would need to maintain API stability, so we don't need to run the CI. We only have `_OpenAPIGeneratorCore`, which is underscored and not expected to be API stable (so it can only be used using an `exact: "..."` constraint). But we don't want to fail CI when we change that API (right now it's introducing noise in: #627) ### Modifications Disable API breakage check. ### Result Disabled that CI step. ### Test Plan N/A
1 parent f1d7d8b commit 3711876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Soundness
1010
uses: apple/swift-nio/.github/workflows/soundness.yml@main
1111
with:
12-
api_breakage_check_enabled: true
12+
api_breakage_check_enabled: false
1313
broken_symlink_check_enabled: true
1414
docs_check_enabled: true
1515
format_check_enabled: true

0 commit comments

Comments
 (0)