mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Fix OpenAPI workflow publishing pull request artifact as unstable specification
This commit is contained in:
parent
2e9aa146a5
commit
eec7c8d31a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-openapi.yml
vendored
2
.github/workflows/ci-openapi.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue