Use expansion syntax as per [1]
[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
This commit is contained in:
parent
11a454c0fc
commit
27ecf175d8
2
.github/workflows/ci-openapi.yml
vendored
2
.github/workflows/ci-openapi.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user