Skip to content

Commit cc80a14

Browse files
committed
sadq
1 parent 7c157e5 commit cc80a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
current-branch: ${{ github.ref_name }}
127127
target-branch: ${{ steps.set-target-branch.outputs.target-branch }}
128128
run: |
129-
set +e
129+
# set +e
130130
131131
gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id
132132
@@ -144,7 +144,7 @@ jobs:
144144
145145
# echo "pull-request-exists=$pull_request_exists" >> $GITHUB_OUTPUT
146146
147-
set -e
147+
# set -e
148148
149149
validate-promotion:
150150
name: 'Validate promotion'

0 commit comments

Comments
 (0)