Skip to content

Commit 24712b6

Browse files
committed
Modify CI
1 parent 7f7721f commit 24712b6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/wrap.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
github_token: ${{ secrets.GITHUB_TOKEN }}
9595
branch: ${{ github.event.pull_request.head.ref }}
9696

97-
if: false == github.event.review.state == 'approved'
98-
steps:
99-
- name: Will wrap when the review is approved
100-
run: echo "Will wrap when the review is approved"
97+
- if: false == github.event.review.state == 'approved'
98+
name: Will wrap when the review is approved
99+
run: echo "Will wrap when the review is approved"

library/stdtypes.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020
#: library/stdtypes.rst:8
2121
msgid "Built-in Types"
2222
msgstr ""
23-
"TEST TEST TEST TEST"
23+
"TEST TEST"
2424

2525

2626
#: library/stdtypes.rst:10

0 commit comments

Comments
 (0)