Fix multi-condition syntax

This commit is contained in:
Joshua M. Boniface 2024-03-25 10:57:02 -04:00
parent 38e7696394
commit a39cd584e8

View File

@ -140,9 +140,9 @@ jobs:
publish:
name: OpenAPI - Publish Unstable Spec
if:
- github.event_name != 'pull_request'
- contains(github.repository_owner, 'jellyfin')
if: |
github.event_name != 'pull_request' &&
contains(github.repository_owner, 'jellyfin')
runs-on: ubuntu-latest
needs:
- openapi-head