mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
ci: update comment even if build doesn't succeed
This commit is contained in:
parent
3b796b8410
commit
c992cbc667
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
deploy:
|
||||
name: Deploy 🚀
|
||||
uses: ./.github/workflows/__deploy.yml
|
||||
if: ${{ always() && !cancelled() && needs.build.result == 'success' && github.repository == 'jellyfin/jellyfin-vue' }}
|
||||
if: ${{ always() && !cancelled() && github.repository == 'jellyfin/jellyfin-vue' }}
|
||||
needs:
|
||||
- push-comment
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user