fix: add explicit dependency to pr-comment job (#776)

This commit is contained in:
Salman Mohammed
2025-01-25 17:42:22 -05:00
committed by GitHub
parent 762b2efeee
commit 89796bddde
@@ -53,7 +53,7 @@ jobs:
pr-comment:
name: PR Comment with Desktop App
runs-on: ubuntu-latest
needs: [ bundle-desktop ]
needs: [trigger-on-command, bundle-desktop]
permissions:
pull-requests: write