mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
ci: do not fail release on public API breakage
This commit is contained in:
parent
794ddddb71
commit
2303a15b0c
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue