diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2024-05-13 11:25:58 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2024-05-13 11:25:58 -0400 |
| commit | f568aed520cbae4d714b345aed7ce84c3f023d8b (patch) | |
| tree | 0f1b9a5b36737c7c9fdf922c96f85a2dd075fb27 | |
| parent | 27ecf175d8f1ce4f41bab328bfb64b290c638e5c (diff) | |
Clean up trailing space
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index e7f0e3738..8b3bb6168 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -144,7 +144,7 @@ jobs: name: OpenAPI - Publish Unstable Spec if: | github.event_name != 'pull_request_target' && - ${{ ! startsWith(github.ref, 'refs/tags/v') }} && + ${{ ! startsWith(github.ref, 'refs/tags/v') }} && contains(github.repository_owner, 'jellyfin') runs-on: ubuntu-latest needs: |
