aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-05-13 11:25:22 -0400
committerJoshua M. Boniface <joshua@boniface.me>2024-05-13 11:25:22 -0400
commit27ecf175d8f1ce4f41bab328bfb64b290c638e5c (patch)
tree617a39126f0c8109838f33451f124bcc00af3cb8
parent11a454c0fcff5caf891e2303ff5417384afcaf84 (diff)
Use expansion syntax as per [1]
[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
-rw-r--r--.github/workflows/ci-openapi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index 2ee8e50a2..e7f0e3738 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.github/workflows/ci-openapi.yml
@@ -144,7 +144,7 @@ jobs:
name: OpenAPI - Publish Unstable Spec
if: |
github.event_name != 'pull_request_target' &&
- !startsWith(github.ref, 'refs/tags/v') &&
+ ${{ ! startsWith(github.ref, 'refs/tags/v') }} &&
contains(github.repository_owner, 'jellyfin')
runs-on: ubuntu-latest
needs: