Merge pull request #11224 from jellyfin/nvv-fix-openapi-ci

Fix OpenAPI workflow publishing pull request artifact as unstable specification
pull/11228/head
Joshua M. Boniface 2 months ago committed by GitHub
commit d57508fe4c
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