aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-03-26 13:53:11 -0400
committerGitHub <noreply@github.com>2024-03-26 13:53:11 -0400
commitd57508fe4c59478df67a4f8494c2e522ae6d10ef (patch)
tree5467b0ded80643d3907ccadcea290ac265fffcf7
parent2e9aa146a56472af4dc285a2d2c70f58b41035e1 (diff)
parenteec7c8d31aa697df583a6468dca13f92616ccb8e (diff)
Merge pull request #11224 from jellyfin/nvv-fix-openapi-ci
Fix OpenAPI workflow publishing pull request artifact as unstable specification
-rw-r--r--.github/workflows/ci-openapi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index 1db50f0d3..0864299f7 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.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: