diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-25 10:35:09 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-25 10:35:09 -0400 |
| commit | 38e76963948a18763fb9e31790a339e65a8dd922 (patch) | |
| tree | dd243d305acdfec6ead5008e0eb5fcb866bcf24b | |
| parent | b77a9e98c284a09b296f8fff0691199d39dd389b (diff) | |
Remove interpolation
Make these consistent since that seems to work based on other examples.
| -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 ede94b54c..fbd251833 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -142,7 +142,7 @@ jobs: name: OpenAPI - Publish Unstable Spec if: - github.event_name != 'pull_request' - - ${{ contains(github.repository_owner, 'jellyfin') }} + - contains(github.repository_owner, 'jellyfin') runs-on: ubuntu-latest needs: - openapi-head |
