Skip to content

Commit 46d6190

Browse files
Update .github/workflows/track-review-project.yaml
Co-authored-by: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com>
1 parent 9b900ec commit 46d6190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/track-review-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
run: gh pr edit -R "$REPO" "$PR_NUM" --add-reviewer "$SCITECH_REVIEWER"
155155

156156
- name: Request code review, if needed
157-
continue-on-error: true
158157
if: env.CR_REQUEST_REQUIRED == 'true' && env.REQUIRED_STATE == 'Code Review' && env.CODE_REVIEWER != ''
158+
continue-on-error: true
159159
env:
160160
GH_TOKEN: ${{ github.token }}
161161
run: |

0 commit comments

Comments
 (0)