Fix OpenAPI workflow publishing pull request artifact as unstable specification

pull/11224/head
Niels van Velzen 2 months ago committed by GitHub
parent 2e9aa146a5
commit eec7c8d31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -141,7 +141,7 @@ jobs:
publish:
name: OpenAPI - Publish Unstable Spec
if: |
github.event_name != 'pull_request' &&
github.event_name != 'pull_request_target' &&
contains(github.repository_owner, 'jellyfin')
runs-on: ubuntu-latest
needs:

Loading…
Cancel
Save