You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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
0 commit comments