Browse Source

Don't run unstables on tags

Joshua M. Boniface 1 year ago
parent
commit
11a454c0fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci-openapi.yml

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

@@ -144,6 +144,7 @@ jobs:
     name: OpenAPI - Publish Unstable Spec
     if: |
       github.event_name != 'pull_request_target' && 
+      !startsWith(github.ref, 'refs/tags/v') && 
       contains(github.repository_owner, 'jellyfin')
     runs-on: ubuntu-latest
     needs: