fix: add explicit dependency to pr-comment job (#776)
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
pr-comment:
|
pr-comment:
|
||||||
name: PR Comment with Desktop App
|
name: PR Comment with Desktop App
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ bundle-desktop ]
|
needs: [trigger-on-command, bundle-desktop]
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user