mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 04:51:54 +00:00
Fix multi-condition syntax
This commit is contained in:
6
.github/workflows/ci-openapi.yml
vendored
6
.github/workflows/ci-openapi.yml
vendored
@@ -140,9 +140,9 @@ jobs:
|
||||
|
||||
publish:
|
||||
name: OpenAPI - Publish Unstable Spec
|
||||
if:
|
||||
- github.event_name != 'pull_request'
|
||||
- contains(github.repository_owner, 'jellyfin')
|
||||
if: |
|
||||
github.event_name != 'pull_request' &&
|
||||
contains(github.repository_owner, 'jellyfin')
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- openapi-head
|
||||
|
||||
Reference in New Issue
Block a user