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 14
14
secrets :
15
15
github-token : ${{ secrets.GITHUB_TOKEN }}
16
16
17
- pre-commit :
18
- name : Pre Commit
17
+ check-codestyle :
18
+ name : Run codestyle check
19
19
needs : check-bypass
20
20
if : ${{ github.repository_owner == 'PaddlePaddle' && needs.check-bypass.outputs.can-skip != 'true' }}
21
21
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
141
141
exit ${EXIT_CODE}
142
142
fi
143
143
144
- # 5 Approval check
145
- /bin/bash ${DIR_PATH} /checkapproval.sh
146
- if [ $? -ne 0 ]; then
147
- exit 1
148
- fi
149
-
150
144
echo " PADDLE_WHL=${PADDLE_WHL} "
151
145
# print preview url
152
146
echo " ${PREVIEW_URL_PROMPT} "
You can’t perform that action at this time.
0 commit comments