ci: do not fail release on public API breakage

This commit is contained in:
Loric ANDRE 2026-07-27 18:47:43 +02:00
parent 794ddddb71
commit 2303a15b0c

View file

@ -262,6 +262,7 @@ jobs:
name: Check for public API breaking changes
permissions:
contents: read
continue-on-error: true
runs-on: ubuntu-latest
steps:
- *checkout