Commit 3711876
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/A1 parent f1d7d8b commit 3711876
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments