Skip to content

Commit cf518a6

Browse files
committed
asdjkkashdi
1 parent 84d65be commit cf518a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
git checkout -b ${{ needs.workflow-variables.outputs.target-branch }} origin/${{ needs.workflow-variables.outputs.target-branch }} || git checkout -b ${{ needs.workflow-variables.outputs.target-branch }}
199199
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
200200
- name: 'Create PR: "Promote ${{ env.current-branch }} to ${{ env.target-branch }}"'
201+
if: ${{ needs.workflow-variables.outputs.pull-request-exists == 'false' }}
201202
env:
202203
GH_TOKEN: ${{ github.token }}
203204
current-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)