mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix multi-condition syntax
This commit is contained in:
parent
38e7696394
commit
a39cd584e8
6
.github/workflows/ci-openapi.yml
vendored
6
.github/workflows/ci-openapi.yml
vendored
@ -140,9 +140,9 @@ 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' &&
|
||||||
- contains(github.repository_owner, 'jellyfin')
|
contains(github.repository_owner, 'jellyfin')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- openapi-head
|
- openapi-head
|
||||||
|
Loading…
x
Reference in New Issue
Block a user