Skip to content

Commit 7624196

Browse files
committed
Update CI
1 parent 4824195 commit 7624196

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/wrap.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: "Wrap"
22

33
on:
4-
pull_request_review:
5-
types: [submitted]
4+
issue_comment:
5+
types: [created, edited, deleted]
66

77
jobs:
88
wrap:
9-
if: github.event.review.state == 'approved'
9+
if: contains(github.event.comment.html_url, '/pull/')
10+
if: contains(github.event.comment.body, '!wrap')
1011
runs-on: ubuntu-latest
1112

1213
strategy:

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"
23+
"TEST TEST TEST"
2424

2525
#: library/stdtypes.rst:10
2626
msgid ""

0 commit comments

Comments
 (0)