Skip to content

Commit

Permalink
[CI] Disable the API breakage check (#647)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
czechboy0 authored Oct 7, 2024
1 parent f1d7d8b commit 3711876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Soundness
uses: apple/swift-nio/.github/workflows/soundness.yml@main
with:
api_breakage_check_enabled: true
api_breakage_check_enabled: false
broken_symlink_check_enabled: true
docs_check_enabled: true
format_check_enabled: true
Expand Down

0 comments on commit 3711876

Please sign in to comment.