From 38e76963948a18763fb9e31790a339e65a8dd922 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 25 Mar 2024 10:35:09 -0400 Subject: [PATCH] Remove interpolation Make these consistent since that seems to work based on other examples. --- .github/workflows/ci-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index ede94b54ce..fbd2518337 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