webiny-js
webiny-js copied to clipboard
fix: add a check to skip comment when manually triggering workflow on a branch
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