From 89796bddde7685e6e3b9603f7b04d1b279cf4204 Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Sat, 25 Jan 2025 17:42:22 -0500 Subject: [PATCH] fix: add explicit dependency to pr-comment job (#776) --- .github/workflows/pr-comment-bundle-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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