Skip to content

Commit 9e070d4

Browse files
committed
Modify CI
1 parent e51259a commit 9e070d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wrap.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
wrap:
10-
if: ${{ github.event.comment.body == '/wrap'}}
11-
1210
runs-on: ubuntu-latest
1311

12+
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/wrap'}}
13+
1414
strategy:
1515
matrix:
1616
# Run in all these versions of Python

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
#: library/stdtypes.rst:10
2626
msgid ""

0 commit comments

Comments
 (0)