diff --git a/.github/workflows/pr-comment-bundle-desktop.yml b/.github/workflows/pr-comment-bundle-desktop.yml index 36ca20c080..d0e83506b9 100644 --- a/.github/workflows/pr-comment-bundle-desktop.yml +++ b/.github/workflows/pr-comment-bundle-desktop.yml @@ -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