aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2024-03-26 18:44:14 +0100
committerGitHub <noreply@github.com>2024-03-26 18:44:14 +0100
commiteec7c8d31aa697df583a6468dca13f92616ccb8e (patch)
tree5467b0ded80643d3907ccadcea290ac265fffcf7
parent2e9aa146a56472af4dc285a2d2c70f58b41035e1 (diff)
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: