File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 --label 'kind/bug,release-failure,priority/p0'
177177
178178 - name : ' Comment Success on Original PR'
179- if : ' ${{ success() && github.event.inputs.original_pr }}'
179+ if : ' ${{ success() && github.event.inputs.original_pr && github.event.inputs.dry_run == false }}'
180180 env :
181181 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
182182 ORIGINAL_PR : ' ${{ github.event.inputs.original_pr }}'
@@ -193,7 +193,7 @@ jobs:
193193 node scripts/releasing/patch-comment.js
194194
195195 - name : ' Comment Failure on Original PR'
196- if : ' ${{ failure() && github.event.inputs.original_pr }}'
196+ if : ' ${{ failure() && github.event.inputs.original_pr && github.event.inputs.dry_run == false }}'
197197 env :
198198 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
199199 ORIGINAL_PR : ' ${{ github.event.inputs.original_pr }}'
You can’t perform that action at this time.
0 commit comments