Skip to content

Commit 6f93d6a

Browse files
committed
Modify CI
1 parent faffcc1 commit 6f93d6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wrap.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,6 +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-
- name: Will wrap when the review is approved
99-
run: echo "Will wrap when the review is approved"
97+
if: ! "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"
23+
"TEST TEST"
2424

2525

2626
#: library/stdtypes.rst:10

0 commit comments

Comments
 (0)