Skip to content

Commit 103efa9

Browse files
committed
Modify CI
1 parent bf7f553 commit 103efa9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/wrap.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: "Wrap"
22

33
on:
4-
issue_comment:
5-
types:
6-
-created
7-
branches: [" ** "]
4+
workflow_dispatch:
5+
branches:
6+
- ${{ github.event.pull_request.head.ref }}
87

98
jobs:
109
wrap:
1110
runs-on: ubuntu-latest
1211

13-
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/wrap'}}
14-
1512
strategy:
1613
matrix:
1714
# 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"
23+
"TEST TEST"
2424

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

0 commit comments

Comments
 (0)