File tree Expand file tree Collapse file tree 4 files changed +4
-35
lines changed
Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 1+ # Paddle API Docs
2+ docs /api /paddle @ jzhang533 @ sunzhongkai588 @ mattheliu
Original file line number Diff line number Diff line change 1414 secrets :
1515 github-token : ${{ secrets.GITHUB_TOKEN }}
1616
17- pre-commit :
18- name : Pre Commit
17+ check-codestyle :
18+ name : Run codestyle check
1919 needs : check-bypass
2020 if : ${{ github.repository_owner == 'PaddlePaddle' && needs.check-bypass.outputs.can-skip != 'true' }}
2121 runs-on : ubuntu-latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -141,12 +141,6 @@ if [ ${EXIT_CODE} -ne 0 ]; then
141141 exit ${EXIT_CODE}
142142fi
143143
144- # 5 Approval check
145- /bin/bash ${DIR_PATH} /checkapproval.sh
146- if [ $? -ne 0 ]; then
147- exit 1
148- fi
149-
150144echo " PADDLE_WHL=${PADDLE_WHL} "
151145# print preview url
152146echo " ${PREVIEW_URL_PROMPT} "
You can’t perform that action at this time.
0 commit comments