webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

fix: add a check to skip comment when manually triggering workflow on a branch

Open swapnilmmane opened this issue 11 months ago • 0 comments

Changes

During manual (workflow_dispatch) runs on a branch, there was no pull request, but the comment step looked for a pull request number. This change skips the comment step for manual triggers when no PR is available.

How Has This Been Tested?

Manually Tested

swapnilmmane avatar Oct 31 '24 10:10 swapnilmmane