Don't run unstables on tags
This commit is contained in:
parent
8dd91ce9f8
commit
11a454c0fc
1
.github/workflows/ci-openapi.yml
vendored
1
.github/workflows/ci-openapi.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user