diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2024-05-13 11:24:21 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2024-05-13 11:24:21 -0400 |
| commit | 11a454c0fcff5caf891e2303ff5417384afcaf84 (patch) | |
| tree | 4479cf3651294c42f778edcfe69dc727b153222e /.github/workflows | |
| parent | 8dd91ce9f8b340545c050f4f3e8ec4a42f27a0ec (diff) | |
Don't run unstables on tags
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index f306e5cbc..2ee8e50a2 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.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: |
