mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: add explicit dependency to pr-comment job (#776)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user