소스 검색

Use expansion syntax as per [1]

[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
Joshua M. Boniface 1 년 전
부모
커밋
27ecf175d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci-openapi.yml

+ 1 - 1
.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: