ci: update comment even if build doesn't succeed

This commit is contained in:
Fernando Fernández 2024-10-26 13:41:21 +00:00 committed by GitHub
parent 3b796b8410
commit c992cbc667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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