Skip to content

Commit 9804ccc

Browse files
committed
ci-pipeline: Remove redundant review check
Remove redundant review check as its enabled in the git inventory settings. Signed-off-by: Adrian Ng Ho Yin <[email protected]>
1 parent b6b26c4 commit 9804ccc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -257,20 +257,6 @@ jobs:
257257
options: -v /mnt/nfs_share/site/proj/psg:/p/psg
258258
needs: [ci-coverity-parse-result, ci-verification, ci-checkpatch, ci-check-tag, ci-on-board-verification]
259259
steps:
260-
- name: Check for unaddressed change requests
261-
env:
262-
https_proxy: proxy-dmz.intel.com:912 # If the self-hosted runner has issues with the proxy
263-
run: |
264-
tmp_dir=$(mktemp -d -t get-prerequisite-binary-XXXX)
265-
cd $tmp_dir
266-
rm -rf application.devops.github.pr.workflow
267-
git config --global credential.helper store
268-
git clone https://${{ secrets.GIT_USER }}:${{ secrets.GIT_TOKEN }}@github.com/intel-sandbox/application.devops.github.pr.workflow
269-
cd application.devops.github.pr.workflow
270-
git checkout master
271-
bash workflow_Check_Unaddressed_Change_Request.sh ${{ github.workspace }} ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ github.event.pull_request.number }}
272-
rm -rf $tmp_dir
273-
274260
- name: On failure
275261
if: ${{ needs.ci-coverity-parse-result.result != 'success' || needs.ci-verification.result != 'success' || needs.ci-checkpatch.result != 'success' || needs.ci-check-tag.result != 'success' || needs.ci-on-board-verification.result != 'success'}}
276262
run: |

0 commit comments

Comments
 (0)