Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information