Fix OpenAPI workflow publishing pull request artifact as unstable specification
This commit is contained in:
parent
2e9aa146a5
commit
eec7c8d31a
2
.github/workflows/ci-openapi.yml
vendored
2
.github/workflows/ci-openapi.yml
vendored
|
@ -141,7 +141,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
name: OpenAPI - Publish Unstable Spec
|
name: OpenAPI - Publish Unstable Spec
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'pull_request' &&
|
github.event_name != 'pull_request_target' &&
|
||||||
contains(github.repository_owner, 'jellyfin')
|
contains(github.repository_owner, 'jellyfin')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user