|
|
@ -144,6 +144,7 @@ jobs:
|
|
|
|
name: OpenAPI - Publish Unstable Spec
|
|
|
|
name: OpenAPI - Publish Unstable Spec
|
|
|
|
if: |
|
|
|
|
if: |
|
|
|
|
github.event_name != 'pull_request_target' &&
|
|
|
|
github.event_name != 'pull_request_target' &&
|
|
|
|
|
|
|
|
!startsWith(github.ref, 'refs/tags/v') &&
|
|
|
|
contains(github.repository_owner, 'jellyfin')
|
|
|
|
contains(github.repository_owner, 'jellyfin')
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs:
|
|
|
|
needs:
|
|
|
|