2
0
Эх сурвалжийг харах

Fix multi-condition syntax

Joshua M. Boniface 1 жил өмнө
parent
commit
a39cd584e8

+ 3 - 3
.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