소스 검색

Don't run unstables on tags

Joshua M. Boniface 1 년 전
부모
커밋
11a454c0fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: