We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7f553 commit 103efa9Copy full SHA for 103efa9
.github/workflows/wrap.yml
@@ -1,17 +1,14 @@
1
name: "Wrap"
2
3
on:
4
- issue_comment:
5
- types:
6
- -created
7
- branches: [" ** "]
+ workflow_dispatch:
+ branches:
+ - ${{ github.event.pull_request.head.ref }}
8
9
jobs:
10
wrap:
11
runs-on: ubuntu-latest
12
13
- if: ${{ github.event.issue.pull_request && github.event.comment.body == '/wrap'}}
14
-
15
strategy:
16
matrix:
17
# Run in all these versions of Python
library/stdtypes.po
@@ -20,7 +20,7 @@ msgstr ""
20
#: library/stdtypes.rst:8
21
msgid "Built-in Types"
22
msgstr ""
23
-"TEST TEST TEST"
+"TEST TEST"
24
25
#: library/stdtypes.rst:10
26
msgid ""
0 commit comments