Browse Source

Merge pull request #11224 from jellyfin/nvv-fix-openapi-ci

Fix OpenAPI workflow publishing pull request artifact as unstable specification
Joshua M. Boniface 1 năm trước cách đây
mục cha
commit
d57508fe4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/ci-openapi.yml

+ 1 - 1
.github/workflows/ci-openapi.yml

@@ -141,7 +141,7 @@ jobs:
   publish:
     name: OpenAPI - Publish Unstable Spec
     if: |
-      github.event_name != 'pull_request' && 
+      github.event_name != 'pull_request_target' && 
       contains(github.repository_owner, 'jellyfin')
     runs-on: ubuntu-latest
     needs: