aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-openapi.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index fbd2518337..a96771b77b 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.github/workflows/ci-openapi.yml
@@ -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